mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
refactor: move from next js to vite and tanstack router
This commit is contained in:
6
apps/ui/src/routes/index.tsx
Normal file
6
apps/ui/src/routes/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import { WelcomeView } from "@/components/views/welcome-view";
|
||||
|
||||
export const Route = createFileRoute("/")({
|
||||
component: WelcomeView,
|
||||
});
|
||||
Reference in New Issue
Block a user