import { Fragment } from '@wordpress/element'; export default function QuickViewModal({ post, onClose }) { if (!post) return null; return (