Fix tslint issues

This commit is contained in:
Fabio Berger
2018-03-10 16:59:59 +01:00
parent cea8dcae3d
commit 8a58ffda86
4 changed files with 4 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ import * as React from 'react';
import { Blockchain } from 'ts/blockchain';
import { Dispatcher } from 'ts/redux/dispatcher';
import { BalanceErrs, Token, TokenState } from 'ts/types';
import { analytics } from 'ts/utils/analytics';
import { constants } from 'ts/utils/constants';
import { errorReporter } from 'ts/utils/error_reporter';
import { analytics } from 'ts/utils/analytics';
import { utils } from 'ts/utils/utils';
const DEFAULT_ALLOWANCE_AMOUNT_IN_BASE_UNITS = new BigNumber(2).pow(256).minus(1);