Router setup
This commit is contained in:
9
packages/webui/src/routes/index.lazy.tsx
Normal file
9
packages/webui/src/routes/index.lazy.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createLazyFileRoute } from "@tanstack/react-router"
|
||||
import { VTodosSubscription } from "../todo/VTodosSubscription"
|
||||
|
||||
|
||||
export function Index() {
|
||||
return <VTodosSubscription />
|
||||
}
|
||||
|
||||
export const Route = createLazyFileRoute("/")({ component: Index })
|
||||
Reference in New Issue
Block a user