Remove unused imports

This commit is contained in:
fabioberger
2019-08-31 12:48:26 +02:00
parent 55bb6f89d3
commit 56698fb09e

View File

@@ -1,5 +1,5 @@
import { BigNumber } from '@0x/utils';
import { ALink, Key, Networks, WebsitePaths } from 'ts/types';
import { Networks, WebsitePaths } from 'ts/types';
import { SupportedDocJson } from '../types';