Fix linter errors

This commit is contained in:
fabioberger
2019-07-25 12:21:53 +02:00
parent 24a26aef70
commit fbda096aa9
22 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import { colors } from 'ts/utils/colors';
import { errorUtils } from '@0x/utils';
import RaisedButton from 'material-ui/RaisedButton';
import * as React from 'react';
import { colors } from 'ts/utils/colors';
const COMPLETE_STATE_SHOW_LENGTH_MS = 2000;