chore: run prettier

This commit is contained in:
fragosti 2018-12-05 13:04:42 -08:00
parent b7603bef19
commit ea6547cb75

View File

@ -9,12 +9,7 @@ import { asyncData } from '../redux/async_data';
import { DEFAULT_STATE, DefaultState, State } from '../redux/reducer';
import { store, Store } from '../redux/store';
import { fonts } from '../style/fonts';
import {
AccountState,
Network,
QuoteFetchOrigin,
ZeroExInstantBaseConfig,
} from '../types';
import { AccountState, Network, QuoteFetchOrigin, ZeroExInstantBaseConfig } from '../types';
import { analytics, disableAnalytics } from '../util/analytics';
import { assetUtils } from '../util/asset';
import { errorFlasher } from '../util/error_flasher';