import { __ } from '@wordpress/i18n'; // Fixed top-right alert reused for every Quick Edit dismissible notice — // unsupported-block, image-save failures, and the translated-content guard. export const ErrorPill = ({ message, onDismiss }) => (
{message}
);