From c69bf2cc5a66efbfc8341ac94da79af194d0f49d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:53:09 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4e252c..00abb6e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers"; -import { Tag } from "@/components"; const geistSans = localFont({ src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"}); @@ -38,11 +36,11 @@ export default function RootLayout({ }} /> - - - - {children} - + + {children}