16 lines
283 B
JavaScript
16 lines
283 B
JavaScript
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 }, { }) => {
|
|
|
|
}
|