From 3b384d9658370b8c85a16bb5fe684ab3ab274847 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:41:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6eb08ac..3603ebf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,10 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - {children} + + + {children} +