feat: initial boilerplate
This commit is contained in:
9
apps/react/src/routes.tsx
Normal file
9
apps/react/src/routes.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createRootRoute } from "@tanstack/react-router";
|
||||
|
||||
import App from "./App.tsx";
|
||||
|
||||
const rootRoute = createRootRoute({
|
||||
component: App,
|
||||
});
|
||||
|
||||
export const routeTree = rootRoute.addChildren([]);
|
||||
Reference in New Issue
Block a user