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}