"use client" interface VideoPlayerProps { videoUrl: string } export function VideoPlayer({ videoUrl }: VideoPlayerProps) { return (