From bb036a71c14de1483bcc960b3c65312ce31dd01b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:53:14 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 53 +++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c4101ec..887589d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Lora, Inter } from "next/font/google"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const lora = Lora({ variable: "--font-lora", subsets: ["latin"], @@ -28,35 +26,32 @@ export default function RootLayout({ className={`${lora.variable} ${inter.variable} antialiased`} suppressHydrationWarning > - - - {children} - - + - + } + requestAnimationFrame(raf); + `} +