diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-12-05 06:11:28 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-12-05 06:11:28 +0800 |
commit | 8ad114c5e585adb5afee2815b4afd0609830ebe3 (patch) | |
tree | f03bc3f90a8b9d9fca8b4b2f6695ddb744558e80 /packages/instant/src | |
parent | 01e1e5ac3b5ae970ade80efb5e71212ddb33eb93 (diff) | |
download | dexon-sol-tools-8ad114c5e585adb5afee2815b4afd0609830ebe3.tar.gz dexon-sol-tools-8ad114c5e585adb5afee2815b4afd0609830ebe3.tar.zst dexon-sol-tools-8ad114c5e585adb5afee2815b4afd0609830ebe3.zip |
fix: instant linting issues
Diffstat (limited to 'packages/instant/src')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_provider.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx index bdc531617..8b75cdfc4 100644 --- a/packages/instant/src/components/zero_ex_instant_provider.tsx +++ b/packages/instant/src/components/zero_ex_instant_provider.tsx @@ -1,6 +1,4 @@ -import { ObjectMap } from '@0x/types'; import { BigNumber } from '@0x/utils'; -import { Provider } from 'ethereum-types'; import * as _ from 'lodash'; import * as React from 'react'; import { Provider as ReduxProvider } from 'react-redux'; @@ -13,8 +11,6 @@ import { store, Store } from '../redux/store'; import { fonts } from '../style/fonts'; import { AccountState, - AffiliateInfo, - AssetMetaData, Network, QuoteFetchOrigin, ZeroExInstantBaseConfig, |