fix: instant linting issues

This commit is contained in:
fragosti
2018-12-04 14:11:28 -08:00
parent 01e1e5ac3b
commit 8ad114c5e5

View File

@@ -1,6 +1,4 @@
import { ObjectMap } from '@0x/types';
import { BigNumber } from '@0x/utils'; import { BigNumber } from '@0x/utils';
import { Provider } from 'ethereum-types';
import * as _ from 'lodash'; import * as _ from 'lodash';
import * as React from 'react'; import * as React from 'react';
import { Provider as ReduxProvider } from 'react-redux'; import { Provider as ReduxProvider } from 'react-redux';
@@ -13,8 +11,6 @@ import { store, Store } from '../redux/store';
import { fonts } from '../style/fonts'; import { fonts } from '../style/fonts';
import { import {
AccountState, AccountState,
AffiliateInfo,
AssetMetaData,
Network, Network,
QuoteFetchOrigin, QuoteFetchOrigin,
ZeroExInstantBaseConfig, ZeroExInstantBaseConfig,