From 40c11238cb54f3234393602cd92a78c2b33a7a69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:27:54 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 414f598..6c0e3f9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const RootLayout = ({ }) => { return ( - + {children} @@ -1402,4 +1402,4 @@ export default RootLayout; // ServiceWrapper component const ServiceWrapper = ({ children }: { children: React.ReactNode }) => { return <>{children}; -}; +}; \ No newline at end of file -- 2.49.1