From 2624644008c291160f6a86c06f2e8a6c2ecdfe52 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:53:14 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ce72c74..ba47d03 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; import { DM_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Dieter Studio - AI-Powered Music Production", description: "Create professional music in your browser with AI songwriting, generation, mixing, and monetization guidance."}; + title: "Dieter Studio - AI-Powered Music Production", description: "Create professional music in your browser with AI songwriting, generation, mixing, and monetization guidance." +}; export default function RootLayout({ children, @@ -17,10 +16,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}