Merge version_7 into main #13

Merged
bender merged 1 commits from version_7 into main 2026-03-08 01:59:43 +00:00

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
@@ -37,10 +35,7 @@ export default function RootLayout({
/>
</head>
<body className={`${interTight.variable}`} suppressHydrationWarning>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{