import { __ } from '@wordpress/i18n'; export const Error = ({ text, reset }) => { return (
{text}
{__('Please try again.', 'extendify-local')}