From a675b6709b2379a8099183ae507dd07e696c4853 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:37:10 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index beeaa0e..a73274e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,9 +35,7 @@ export default function RootLayout({ return ( - + {children} @@ -1411,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}