Update src/app/layout.tsx

This commit is contained in:
2026-03-09 16:06:39 +00:00
parent b725bd3e1c
commit 959941cf43

View File

@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Manrope } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
@@ -19,9 +18,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${manrope.variable} antialiased`}>
<ServiceWrapper>
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/three@r128/build/three.min.js"