Add TanStack Router, TanStack Query, Directus client, entity types
This commit is contained in:
10
frontend/src/routes/index.tsx
Normal file
10
frontend/src/routes/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/')({
|
||||
component: () => (
|
||||
<div className="p-8">
|
||||
<h1 className="text-3xl font-bold">Home</h1>
|
||||
<p className="text-muted-foreground">Routing placeholder — CMS page will render here.</p>
|
||||
</div>
|
||||
),
|
||||
})
|
||||
Reference in New Issue
Block a user