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

{__('One more thing before we start.', 'extendify-local')}

{__( 'Launch requires the Extendable theme to work. You can install it from the link below and start over once activated.', 'extendify-local', )}

{__('Take me there', 'extendify-local')}
); };