Update src/app/layout.tsx

This commit is contained in:
2026-03-10 04:43:39 +00:00
parent ab6c60337c
commit 7e728e3011

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/service/ServiceWrapper";
import Tag from "@/components/tag/Tag";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
@@ -23,10 +21,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${geist.variable} ${geistMono.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
id="lenis-smooth-scroll"
dangerouslySetInnerHTML={{