From 31e71cd64c0d31166bc850e942eb140c84a9f314 Mon Sep 17 00:00:00 2001 From: charles-gauthereau Date: Thu, 12 Dec 2024 15:58:41 +0100 Subject: [PATCH] Adding cron manager in front for database policy. --- app/(customer)/dashboard/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(customer)/dashboard/layout.tsx b/app/(customer)/dashboard/layout.tsx index f23fddb7..08b43d02 100644 --- a/app/(customer)/dashboard/layout.tsx +++ b/app/(customer)/dashboard/layout.tsx @@ -24,7 +24,7 @@ export default async function Layout({children}: { children: React.ReactNode }) return ( // - + //
@@ -36,7 +36,7 @@ export default async function Layout({children}: { children: React.ReactNode })
-
+ //
//
) } \ No newline at end of file