From 837bea34b5f0e915701bc4c4998c3b90088f9430 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:09:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da1ba9f..17fc0b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Poppins } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper"; -import { Tag } from "@/components/badge/Tag"; const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], @@ -39,10 +37,7 @@ export default function RootLayout({ /> - - - {children} - + {children}