import { FunctionComponent } from 'react' import ReactPlayer from 'react-player' import DownloadBtn from '../DownloadBtn' export const VideoPreview: FunctionComponent<{ file: any }> = ({ file }) => { return ( <>
) }