Remove unused Token import

This commit is contained in:
fragosti
2018-07-19 06:59:35 -07:00
parent 52a6e6357b
commit c08b4aa6a1

View File

@@ -3,7 +3,6 @@ import { BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as _ from 'lodash';
import * as React from 'react';
import { Token } from 'ts/types';
import { utils } from 'ts/utils/utils';
interface AssetSendCompletedProps {