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

{__('Welcome Aboard!')}

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

{__('Getting Started')}

)