diff --git a/apps/web/src/components/editor/panels/assets/views/sounds.tsx b/apps/web/src/components/editor/panels/assets/views/sounds.tsx index dc92ad9c..c7a1029c 100644 --- a/apps/web/src/components/editor/panels/assets/views/sounds.tsx +++ b/apps/web/src/components/editor/panels/assets/views/sounds.tsx @@ -42,7 +42,6 @@ export function SoundsView() {
Sound effects - Songs Saved
@@ -59,12 +58,6 @@ export function SoundsView() { > - - - ); @@ -485,10 +478,6 @@ function SavedSoundsView() { ); } -function SongsView() { - return
Songs
; -} - interface AudioItemProps { sound: SoundEffect; isPlaying: boolean;