Update src/app/layout.tsx

This commit is contained in:
2026-03-03 02:05:44 +00:00
parent 85ad7bb871
commit 4baa92db62

View File

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