diff --git a/app/layout.tsx b/app/layout.tsx index 79ddd0d..38db2eb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -54,19 +54,15 @@ export default function RootLayout({ suppressHydrationWarning className={`${fontSans.variable} ${fontSerif.variable} ${fontMono.variable} antialiased`} > - - {/* Aplica o accent salvo antes da hidratação para evitar flash (issue #177). */} + + {children} + + {/* O beforeInteractive é injetado no head pelo Next.js. */}