File "LoadingIndicator.jsx"

Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Launch/components/LoadingIndicator.jsx
File size: 188 bytes
MIME-type: text/x-java
Charset: utf-8

import { __ } from '@wordpress/i18n';

export const LoadingIndicator = () => (
	<p className="w-full text-center text-base text-gray-700">
		{__('Loading...', 'extendify-local')}
	</p>
);