diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-13 02:00:36 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-13 02:00:36 +0800 |
commit | f3391e1250767eb9ef7a74f78eded38fa3c94586 (patch) | |
tree | e25eeb3652227ea68f5b77db82755765298cb22a /packages/instant/src/components/instant_heading.tsx | |
parent | 09c5ae4e65f8fddd4504be041f27f9107d12df7d (diff) | |
download | dexon-0x-contracts-f3391e1250767eb9ef7a74f78eded38fa3c94586.tar.gz dexon-0x-contracts-f3391e1250767eb9ef7a74f78eded38fa3c94586.tar.zst dexon-0x-contracts-f3391e1250767eb9ef7a74f78eded38fa3c94586.zip |
feat: make redux actions type-sage
Diffstat (limited to 'packages/instant/src/components/instant_heading.tsx')
-rw-r--r-- | packages/instant/src/components/instant_heading.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/instant/src/components/instant_heading.tsx b/packages/instant/src/components/instant_heading.tsx index 951858695..377bb20bf 100644 --- a/packages/instant/src/components/instant_heading.tsx +++ b/packages/instant/src/components/instant_heading.tsx @@ -1,9 +1,7 @@ import { BigNumber } from '@0xproject/utils'; -import { Web3Wrapper } from '@0xproject/web3-wrapper'; import * as _ from 'lodash'; import * as React from 'react'; -import { ethDecimals } from '../constants'; import { SelectedAssetAmountInput } from '../containers/selected_asset_amount_input'; import { ColorOption } from '../style/theme'; import { format } from '../util/format'; |