From 7ad2e91f608b102e605af48bb26ee1d5e2191fa7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:24:47 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd9eae2..e7ad6f0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,9 +4,6 @@ import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -import { AudioPlayer } from "@/components/AudioPlayer"; - -// Create new file: src/components/AudioPlayer.tsx const notoSans = Noto_Sans({ variable: "--font-noto-sans", subsets: ["latin"], @@ -31,7 +28,6 @@ export default function RootLayout({ - {children}