From f03bcbda5d2438912a8f5fb08fa2b9234479a8fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:19:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3268bf..eaa579a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,10 @@ import type { Metadata } from "next"; import { Sora } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const sora = Sora({ variable: "--font-sora", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800"], }); export const metadata: Metadata = { @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}