mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 01:08:36 +02:00
/ route for force graph, /links for links
This commit is contained in:
7
web/app/(public)/layout.tsx
Normal file
7
web/app/(public)/layout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function PublicLayout({
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode
|
||||
}>) {
|
||||
return <main className="h-full">{children}</main>
|
||||
}
|
||||
Reference in New Issue
Block a user