import SvgIcon from '@/components/SvgIcon' const Cover = ({ isRounded, imageUrl, onClick, }: { imageUrl: string isRounded?: boolean onClick?: () => void }) => { const [isError, setIsError] = useState(false) return (