Update src/app/layout.tsx

This commit is contained in:
2026-03-09 02:44:07 +00:00
parent c373f66b98
commit b8b2eb798a

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/serviceWrapper";
import { Tag } from "@/providers/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
dangerouslySetInnerHTML={{