import { MediaPlaceholder } from "@wordpress/block-editor"; export default function Cover({ coverUrl, coverAlt, onSelect }) { return (
{coverUrl && {coverAlt}} {!coverUrl && ( )}
); }