fix remaining tslint errors

This commit is contained in:
Fabio Berger
2017-11-27 22:08:08 -06:00
parent 0a19ba3014
commit 5a59ac4c6b
87 changed files with 521 additions and 494 deletions

View File

@@ -1,6 +1,6 @@
import * as React from 'react';
import {EtherScanIcon} from 'ts/components/ui/etherscan_icon';
import ReactTooltip = require('react-tooltip');
import {EtherScanIcon} from 'ts/components/ui/etherscan_icon';
import {EtherscanLinkSuffixes} from 'ts/types';
import {utils} from 'ts/utils/utils';