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