Update src/app/layout.tsx

This commit is contained in:
2026-03-03 11:46:53 +00:00
parent b55737ee56
commit 70ebceec4d

View File

@@ -38,9 +38,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<Tag />
{children}