import { MediaOutlet, MediaPlayer } from '@vidstack/react'; export const VideoPreview = ({ url }: { url: string }) => { return (