diff --git a/src/components/app/app.tsx b/src/components/app/app.tsx index 29fa3b7..713e24a 100644 --- a/src/components/app/app.tsx +++ b/src/components/app/app.tsx @@ -18,7 +18,6 @@ import { FADE_OUT } from '@/constants/events'; import type { Sound } from '@/data/types'; import { subscribe } from '@/lib/event'; -import { useMediaSession } from '@/hooks/use-media-session'; export function App() { const categories = useMemo(() => sounds.categories, []); @@ -86,30 +85,18 @@ export function App() { return [...favorites, ...categories]; }, [favoriteSounds, categories]); - const audio = useMediaSession(); - return ( - <> - - - -
- - - + + + +
+ + + - - - - - -