basic route-specific trpc file example

This commit is contained in:
Avraham Sakal
2025-06-29 15:17:10 -04:00
parent 602ba72f75
commit 5ef118e9bc
10 changed files with 303 additions and 44 deletions
+1
View File
@@ -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>