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