import { Carousel, CarouselItem } from "@lume/ui"; export function Videos({ urls }: { urls: string[] }) { if (urls.length === 1) { return (