import { CancelIcon } from '@shared/icons'; import { Image } from '@shared/image'; import { DEFAULT_AVATAR } from '@stores/constants'; import { useWidgets } from '@stores/widgets'; import { Widget } from '@utils/types'; export function ImageBlock({ params }: { params: Widget }) { const remove = useWidgets((state) => state.removeWidget); return (