wrapping some agent components.

This commit is contained in:
killian-larcher
2024-11-11 18:50:42 +01:00
parent 49e069c849
commit 09529fb701
23 changed files with 338 additions and 156 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default async function Layout({children}: { children: React.ReactNode })
<AppSidebar/>
<SidebarInset>
<Header/>
<main className="h-full">
<main>
{children}
</main>
</SidebarInset>