diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index a1932f8..f704add 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -19,9 +19,6 @@ export default async function MainLayout({ return (
} /> -

- Sono del layout (main) -

{children}
); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 01fa0ff..3e2d48e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,10 +26,7 @@ export default async function RootLayout({ return ( -

- Sono del layout root -

- {children} + {children} );