From 05db8a5b0829eee19b26ecb20d30476a6850454a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:39:27 +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 6ef3b33..1b47953 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -32,9 +32,7 @@ export default function RootLayout({ return ( - + {children} @@ -1408,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}