web: separate search route
This commit is contained in:
@@ -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")!);
|
||||
|
||||
Reference in New Issue
Block a user