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) -
- Sono del layout root -
- {children} + {children} );