chore: fix linter error

This commit is contained in:
Fabio Berger 2018-11-12 13:50:23 +01:00
parent 0d565fe32f
commit a4a46dc076

View File

@ -1,4 +1,4 @@
import { colors, constants as sharedConstants, Link, utils as sharedUtils } from '@0x/react-shared'; import { colors, Link, utils as sharedUtils } from '@0x/react-shared';
import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0x/types'; import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0x/types';
import { errorUtils } from '@0x/utils'; import { errorUtils } from '@0x/utils';
import * as _ from 'lodash'; import * as _ from 'lodash';