Remove unused Token import
This commit is contained in:
		@@ -3,7 +3,6 @@ import { BigNumber } from '@0xproject/utils';
 | 
				
			|||||||
import { Web3Wrapper } from '@0xproject/web3-wrapper';
 | 
					import { Web3Wrapper } from '@0xproject/web3-wrapper';
 | 
				
			||||||
import * as _ from 'lodash';
 | 
					import * as _ from 'lodash';
 | 
				
			||||||
import * as React from 'react';
 | 
					import * as React from 'react';
 | 
				
			||||||
import { Token } from 'ts/types';
 | 
					 | 
				
			||||||
import { utils } from 'ts/utils/utils';
 | 
					import { utils } from 'ts/utils/utils';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interface AssetSendCompletedProps {
 | 
					interface AssetSendCompletedProps {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user