Skip to content

Commit

Permalink
Clean up duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Mar 6, 2018
1 parent b13ecff commit 94cc371
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ import {
import { bumpStat } from 'woocommerce/lib/analytics';
import { errorNotice } from 'state/notices/actions';
import { getContactDetailsCache } from 'state/selectors';
import { getCountryData } from 'woocommerce/lib/countries';
import {
getCountryData,
isStoreManagementSupportedInCalypsoForCountry,
} from 'woocommerce/lib/countries';
import {
areLocationsLoaded,
getCountriesWithStates,
} from 'woocommerce/state/sites/locations/selectors';
import { isCurrentUserEmailVerified } from 'state/current-user/selectors';
import { isStoreManagementSupportedInCalypsoForCountry } from 'woocommerce/lib/countries';
import { setSetStoreAddressDuringInitialSetup } from 'woocommerce/state/sites/setup-choices/actions';
import SetupFooter from './footer';
import SetupHeader from './header';
Expand Down

0 comments on commit 94cc371

Please sign in to comment.