web: separate search route

This commit is contained in:
2026-02-14 00:22:19 -08:00
parent 6f5787f923
commit acca7be7f0
9 changed files with 529 additions and 282 deletions

View File

@@ -1,5 +1,5 @@
import { render } from "preact";
import App from "./App";
import { RootRouter } from "@/root-router";
import "./index.css";
render(<App />, document.getElementById("app")!);
render(<RootRouter />, document.getElementById("app")!);