This commit is contained in:
Ron Rennick 2019-11-14 10:35:55 -04:00 committed by GitHub
parent c716b8c399
commit 931172ff89
11 changed files with 16 additions and 15 deletions

View File

@ -10,7 +10,7 @@ import { useEffect, useMemo, useState } from 'react';
import { getSetting } from '@woocommerce/wc-admin-settings';
/**
* Internal depdencies
* Internal dependencies
*/
import { SelectControl, TextControl } from '@woocommerce/components';

View File

@ -7,8 +7,9 @@ import { compose } from '@wordpress/compose';
import classNames from 'classnames';
/**
* Internal depdencies
*/ import withSelect from 'wc-api/with-select';
* Internal dependencies
*/
import withSelect from 'wc-api/with-select';
class HeaderLogo extends Component {
render() {

View File

@ -14,7 +14,7 @@ import { withDispatch } from '@wordpress/data';
import { updateQueryString } from '@woocommerce/navigation';
/**
* Internal depdencies
* Internal dependencies
*/
import BusinessDetails from './steps/business-details';
import Industry from './steps/industry';

View File

@ -10,14 +10,14 @@ import { difference } from 'lodash';
import { withDispatch } from '@wordpress/data';
/**
* WooCommerce depdencies
* WooCommerce dependencies
*/
import { H, Stepper, Card } from '@woocommerce/components';
import { getNewPath, updateQueryString, getAdminLink } from '@woocommerce/navigation';
import { getSetting } from '@woocommerce/wc-admin-settings';
/**
* Internal depdencies
* Internal dependencies
*/
import { recordEvent } from 'lib/tracks';
import withSelect from 'wc-api/with-select';

View File

@ -11,13 +11,13 @@ import { withDispatch } from '@wordpress/data';
import { filter, get } from 'lodash';
/**
* WooCommerce depdencies
* WooCommerce dependencies
*/
import { Card, H, Link } from '@woocommerce/components';
import { updateQueryString } from '@woocommerce/navigation';
/**
* Internal depdencies
* Internal dependencies
*/
import CardIcon from './images/card';
import SecurityIcon from './images/security';

View File

@ -12,7 +12,7 @@ import { recordEvent } from 'lib/tracks';
import { without, get } from 'lodash';
/**
* Internal depdencies
* Internal dependencies
*/
import { getCountryCode } from 'dashboard/utils';
import { H, Card, Form } from '@woocommerce/components';

View File

@ -21,7 +21,7 @@ import { Card, H } from '@woocommerce/components';
import { getSetting } from '@woocommerce/wc-admin-settings';
/**
* Internal depdencies
* Internal dependencies
*/
import withSelect from 'wc-api/with-select';
import './style.scss';

View File

@ -14,7 +14,7 @@ import interpolateComponents from 'interpolate-components';
import { WebPreview } from '@woocommerce/components';
/**
* Internal depdencies
* Internal dependencies
*/
import { recordEvent } from 'lib/tracks';

View File

@ -12,7 +12,7 @@ import interpolateComponents from 'interpolate-components';
import { FormToggle, Modal } from '@wordpress/components';
/**
* Internal depdencies
* Internal dependencies
*/
import { Link } from '@woocommerce/components';
import withSelect from 'wc-api/with-select';

View File

@ -17,7 +17,7 @@ import { Card, List, MenuItem, EllipsisMenu } from '@woocommerce/components';
import { updateQueryString } from '@woocommerce/navigation';
/**
* Internal depdencies
* Internal dependencies
*/
import './style.scss';
import withSelect from 'wc-api/with-select';

View File

@ -10,12 +10,12 @@ import { withDispatch } from '@wordpress/data';
import { omit } from 'lodash';
/**
* WooCommerce depdencies
* WooCommerce dependencies
*/
import { getHistory, getNewPath } from '@woocommerce/navigation';
/**
* Internal depdencies
* Internal dependencies
*/
import { WC_ADMIN_NAMESPACE } from 'wc-api/constants';
import withSelect from 'wc-api/with-select';