stear/empty.js

17 lines
290 B
JavaScript
Raw Normal View History

2022-06-09 15:29:53 +02:00
import { _ } from "./stear/main.js";
import { fadein, fadeout, wait } from "./stear/utils.js";
export const preRender = true;
export const render = ({}, {}) => {
return _({}, [
]);
}
2022-06-09 16:21:59 +02:00
export const call = async (stear, { find, resolve, render, call }, { }) => {
2022-06-09 15:29:53 +02:00
}