I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
2025-06-09 02:55:24 +00:00
parent 9432322fb2
commit fd626d9911
-1
View File
@@ -34,7 +34,6 @@ export default function RootLayout({
</head>
<body
className={cn('min-h-screen bg-background font-body antialiased flex flex-col', ptSans.variable)}
suppressHydrationWarning={true}
>
<Header />
<main className="flex-grow container mx-auto px-4 py-8">