From 4ddb99a10bbfff623736e99c81b092c9c703c0e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:53:17 +0000 Subject: [PATCH] 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 1f3c347..096ecff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Lora } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const lora = Lora({ variable: "--font-lora", subsets: ["latin", "cyrillic"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - {children} - - + {children}