import { __ } from '@wordpress/i18n'; export const LoadingIndicator = () => (

{__('Loading...', 'extendify-local')}

);