import { XCircleIcon } from 'lucide-react' import { cn } from '../lib/utils' export function ImagePreview({ url, onRemove, }: { url: string onRemove: () => void }) { return (