diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a1b796a..589057f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Noto_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const notoSans = Noto_Sans({ variable: "--font-noto-sans", subsets: ["latin"], @@ -34,1370 +32,7 @@ export default function RootLayout({ }>) { return ( - - - - {children} -