1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-04 17:16:40 +07:00

removed audio player

This commit is contained in:
Fedor Katurov 2019-10-10 17:38:19 +07:00
parent 42fdb1290a
commit d3138bd7bd
5 changed files with 5 additions and 92 deletions
src/components/media/AudioPlayer

View file

@ -0,0 +1,5 @@
import React from 'react';
export const AudioPlayer = () => <div>PLAYER</div>;
export default AudioPlayer;