chore: add missing import

This commit is contained in:
Fabio Berger 2018-10-18 14:09:02 +01:00
parent 058c887353
commit ac377490dc

View File

@ -1,4 +1,4 @@
import { ALink } from '@0x/react-shared';
import { ALink, utils as sharedUtils } from '@0x/react-shared';
import { DocAgnosticFormat, ObjectMap, TypeDefinitionByName } from '@0x/types';
import * as _ from 'lodash';