Fix tslint errors

This commit is contained in:
Fabio Berger
2018-03-06 20:55:57 +01:00
parent f8b8a10b8f
commit e88eba1877
8 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
import { constants as sharedConstants } from '@0xproject/react-shared';
import { ECSignature, Order, ZeroEx } from '0x.js';
import { colors } from '@0xproject/react-shared';
import { colors, constants as sharedConstants } from '@0xproject/react-shared';
import { BigNumber } from '@0xproject/utils';
import * as _ from 'lodash';
import Dialog from 'material-ui/Dialog';