import { Description, DialogTitle } from '@headlessui/react'; import { Spinner } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; export const Loading = () => { return (
{__('Setting up plugins for you...', 'extendify-local')} {__( 'Please wait while we install your plugins and create accounts with the selected providers. This should only take a moment.', 'extendify-local', )}
); };