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 ( return (
// <HydrationZustand> // <HydrationZustand>
<GlobalStoreProvider> // <GlobalStoreProvider>
<SidebarProvider> <SidebarProvider>
<div className="flex flex-col lg:flex-row w-full"> <div className="flex flex-col lg:flex-row w-full">
<AppSidebar/> <AppSidebar/>
@@ -36,7 +36,7 @@ export default async function Layout({children}: { children: React.ReactNode })
</SidebarInset> </SidebarInset>
</div> </div>
</SidebarProvider> </SidebarProvider>
</GlobalStoreProvider> // </GlobalStoreProvider>
// </HydrationZustand> // </HydrationZustand>
) )
} }