Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-08 12:21:14 +00:00

View File

@@ -3,7 +3,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -20,9 +19,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `