refactor: Simplify body tag formatting in RootLayout component

This commit is contained in:
2025-10-16 12:59:02 +02:00
parent ac52eaf984
commit 872d590ff0

View File

@@ -25,9 +25,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
</body>
<Analytics />