basic route-specific trpc file example
This commit is contained in:
@@ -39,6 +39,7 @@ export default function LayoutDefault({
|
||||
<Link href="/" label="Welcome" />
|
||||
<Link href="/todo" label="Todo" />
|
||||
<Link href="/star-wars" label="Data Fetching" />
|
||||
<Link href="/chat" label="Chat" />
|
||||
</AppShell.Navbar>
|
||||
<AppShell.Main> {children} </AppShell.Main>
|
||||
</AppShell>
|
||||
|
||||
Reference in New Issue
Block a user