From 47367cb74cc51c36fcf20996721ac31152ac2240 Mon Sep 17 00:00:00 2001 From: AV77web Date: Thu, 28 May 2026 19:00:31 +0200 Subject: [PATCH] tolto

Sono del Layout...

--- src/app/(main)/layout.tsx | 3 --- src/app/layout.tsx | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) 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} );