import { _ } from "./stear/main.js"; import { fadein, fadeout, wait } from "./stear/utils.js"; export const preRender = true; export const render = ({}, {}) => { return _({}, [ ]); } export const call = async (stear, { find, resolve, render, call }, { }) => { }