export default function ImagePreview({ url, size }: { url: string; size: string }) { return (
{url}
); }