2026-02-13 23:15:12 -08:00
|
|
|
import { render } from "preact";
|
2026-02-14 00:22:19 -08:00
|
|
|
import { RootRouter } from "@/root-router";
|
2026-02-13 23:15:12 -08:00
|
|
|
import "./index.css";
|
|
|
|
|
|
2026-02-14 00:22:19 -08:00
|
|
|
render(<RootRouter />, document.getElementById("app")!);
|