initial commit
This commit is contained in:
12
apps/frontend/src/router.tsx
Normal file
12
apps/frontend/src/router.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { createRouter } from "@tanstack/react-router";
|
||||
import { routeTree } from "./routeTree.gen";
|
||||
|
||||
const router = createRouter({ routeTree });
|
||||
|
||||
declare module "@tanstack/react-router" {
|
||||
interface Register {
|
||||
router: typeof router;
|
||||
}
|
||||
}
|
||||
|
||||
export { router };
|
||||
Reference in New Issue
Block a user