Update src/app/layout.tsx

This commit is contained in:
2026-03-08 22:41:33 +00:00
parent 849ff046b9
commit 3e408f08c9

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/themeProvider/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
@@ -17,10 +15,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
id="lenis-setup"
dangerouslySetInnerHTML={{