Update src/app/layout.tsx

This commit is contained in:
2026-03-08 05:58:40 +00:00
parent d6ede0e8f5
commit aae2b7bea3

View File

@@ -2,8 +2,6 @@ import type { Metadata } from "next";
import "./styles/variables.css";
import "./styles/base.css";
import { Inter_Tight } from "next/font/google";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/providers/themeProvider/components/Tag";
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
@@ -21,10 +19,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${interTight.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script>
{`
(function() {