import { FunctionComponent } from 'react' import ReactPlayer from 'react-player' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' export const AudioPreview: FunctionComponent<{ file: any }> = ({ file }) => { return (