forked from veda/www_veda_2025
refactor: remove unused AudioPlayerBar component
- Deleted AudioPlayerBar.jsx component that was no longer being used in the application - Cleaned up by removing dependency on @kevtucker/react-audio-player-bar package
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
'use client';
|
||||
|
||||
import AudioPlayerBar from '@kevtucker/react-audio-player-bar';
|
||||
|
||||
function BottomAudioPlayer() {
|
||||
return (
|
||||
<AudioPlayerBar
|
||||
audioSrc="/audios/illbe.mp3"
|
||||
placement="bottom"
|
||||
// other props as supported
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export default BottomAudioPlayer;
|
||||
Reference in New Issue
Block a user