import { __ } from '@wordpress/i18n'; export const ErrorMessage = ({ children }) => (
{__('Error icon', 'extendify-local')}
{children}
);