export interface VideoProps {
  id: string;
  src: string;
  label: string;
}
