diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90f9aad..d003c0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}