diff --git a/src/components/media/AudioPlayer/index.jsx b/src/components/media/AudioPlayer/index.jsx deleted file mode 100644 index 5f2a7873..00000000 --- a/src/components/media/AudioPlayer/index.jsx +++ /dev/null @@ -1,71 +0,0 @@ -import React from 'react'; -import { AUDIO_PLAYER_OPTIONS } from '~/redux/player/constants'; - -import JPlayer, { - initializeOptions, - Gui, - SeekBar, - BufferBar, - Poster, - Audio, - Title, - FullScreen, - Mute, - Play, - PlayBar, - Repeat, - VolumeBar, - Duration, - CurrentTime, - Download, - BrowserUnsupported, -} from 'react-jplayer'; - -initializeOptions(AUDIO_PLAYER_OPTIONS); - -export const AudioPlayer = () => ( - -