Adding cron manager in front for database policy.

This commit is contained in:
charles-gauthereau
2024-12-12 15:58:41 +01:00
parent 098919fbe8
commit 31e71cd64c
+2 -2
View File
@@ -24,7 +24,7 @@ export default async function Layout({children}: { children: React.ReactNode })
return (
// <HydrationZustand>
<GlobalStoreProvider>
// <GlobalStoreProvider>
<SidebarProvider>
<div className="flex flex-col lg:flex-row w-full">
<AppSidebar/>
@@ -36,7 +36,7 @@ export default async function Layout({children}: { children: React.ReactNode })
</SidebarInset>
</div>
</SidebarProvider>
</GlobalStoreProvider>
// </GlobalStoreProvider>
// </HydrationZustand>
)
}