import { __ } from '@wordpress/i18n'; export const Error = ({ text, reset }) => { return (

{text}

{reset && (

)}
); };