Update src/app/layout.tsx

This commit is contained in:
2026-03-03 07:03:15 +00:00
parent 2f20d938ed
commit 430b239c6e

View File

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