diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 85cc98d..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 { BackgroundLofiMusicPlayer } from "@/components/BackgroundLofiMusicPlayer"; - -// Create the BackgroundLofiMusicPlayer component file at src/components/BackgroundLofiMusicPlayer.tsx const notoSans = Noto_Sans({ variable: "--font-noto-sans", subsets: ["latin"], @@ -31,7 +28,6 @@ export default function RootLayout({
-