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/agent.tsx
Normal file
6
apps/ui/src/routes/agent.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import { AgentView } from "@/components/views/agent-view";
|
||||
|
||||
export const Route = createFileRoute("/agent")({
|
||||
component: AgentView,
|
||||
});
|
||||
Reference in New Issue
Block a user