From 54497158b0e17eb6a219b1695467a8d25abe8fef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:28:35 +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 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({ - {children}