mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 02:08:40 +02:00
Move to TanStack Start from Next.js (#184)
This commit is contained in:
9
web/app/routes/_layout/(auth)/_auth.tsx
Normal file
9
web/app/routes/_layout/(auth)/_auth.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute, Outlet } from "@tanstack/react-router"
|
||||
|
||||
export const Route = createFileRoute("/_layout/(auth)/_auth")({
|
||||
component: () => (
|
||||
<main className="h-full">
|
||||
<Outlet />
|
||||
</main>
|
||||
),
|
||||
})
|
||||
Reference in New Issue
Block a user