import { AspectRatio, Box } from '@chakra-ui/react' import ReactPlayer, { ReactPlayerProps } from 'react-player' export function VideoPlayer(props: ReactPlayerProps) { return ( ) }