import { DialogTitle } from '@headlessui/react'; import { __ } from '@wordpress/i18n'; import { check, Icon } from '@wordpress/icons'; const SuccessIcon = () => ( <>
); export const SetupComplete = ({ handleClose }) => { return (
{__('Setup complete', 'extendify-local')}

{__( 'Your plugin accounts have been set up. Account activation may take a moment to complete.', 'extendify-local', )}

); };