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