From 5456b18e1a29710d03f94f44dfa5898cbbcf2d7a Mon Sep 17 00:00:00 2001 From: Joseph J Helfenbein Date: Sat, 25 Jan 2025 07:26:25 -0500 Subject: [PATCH] fix clerkprovider --- src/app/(web)/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/(web)/layout.tsx b/src/app/(web)/layout.tsx index b9bcd2d..16af172 100644 --- a/src/app/(web)/layout.tsx +++ b/src/app/(web)/layout.tsx @@ -13,16 +13,16 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - - - + + +
{children}