Preparing the repository

This commit is contained in:
charles-gauthereau
2025-01-01 20:00:11 +01:00
parent dd7050c8e0
commit 00a19bda35
14 changed files with 60 additions and 205 deletions
+3
View File
@@ -25,6 +25,8 @@ export default async function Layout({children}: { children: React.ReactNode })
return (
// <HydrationZustand>
// <GlobalStoreProvider>
<>
<SidebarProvider>
<div className="flex flex-col lg:flex-row w-full">
<AppSidebar/>
@@ -36,6 +38,7 @@ export default async function Layout({children}: { children: React.ReactNode })
</SidebarInset>
</div>
</SidebarProvider>
</>
// </GlobalStoreProvider>
// </HydrationZustand>
)