diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 7732f30..2716f03 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -1,7 +1,6 @@ import { Inter, Lexend } from 'next/font/google' import clsx from 'clsx' -import BottomAudioPlayer from '@/components/ui/AudioPlayerBar' import '@/styles/tailwind.css' export const metadata = { @@ -37,7 +36,6 @@ export default function RootLayout({ children }) { >
{children} -