/** @format */ /** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Component, Fragment } from '@wordpress/element'; /** * Internal depdencies */ import { H, Stepper } from '@woocommerce/components'; import ProfileWizardHeader from '../header'; export default class Start extends Component { render() { return (
{ __( 'Installing plugins', 'woocommerce-admin' ) }

{ __( 'Once Jetpack and WooCommerce Services are installed you will create or log in to a Jetpack account' + ' and connect your site to WordPress.com to enable the features on your store.', 'woocommerce-admin' ) }

); } }