junk/entemu/routes/index.tsx

7 lines
158 B
TypeScript
Raw Permalink Normal View History

2024-12-17 15:33:24 +00:00
import Planner from "../islands/Planner.tsx";
import { define } from "../utils.ts";
export default define.page(function Home() {
return <Planner />;
});