diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index c63fdc5..66a37bd 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/providers/ServiceWrapper";
-import { Tag } from "@/components/ui/tag";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
@@ -27,10 +25,7 @@ export default function RootLayout({
className={`${geist.variable} ${geistMono.variable} antialiased`}
suppressHydrationWarning
>
-
-
- {children}
-
+ {children}