import { Image } from "@shared/image"; import useEmblaCarousel from "embla-carousel-react"; export function ImagePreview({ urls }: { urls: string[] }) { const [emblaRef] = useEmblaCarousel(); return (