import { createElement } from '@wordpress/element' import { __, sprintf } from 'ct-i18n' import SubmitSupport from '../components/SubmitSupport' export default () => (

{__('Welcome Aboard!', 'blocksy')}

{__( `Thank you for choosing Blocksy and for joining the CreativeThemes community.`, 'blocksy' )}

{__('Getting Started', 'blocksy')}

)