wrapping some agent components.

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