From 365548e1269cc854275a09b6235d2d096b05ee20 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 12 Jun 2017 18:20:43 +0200 Subject: Introduce index.ts file which defines public interface --- test/utils/token_utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/token_utils.ts') diff --git a/test/utils/token_utils.ts b/test/utils/token_utils.ts index 14788b299..f4fa7ac31 100644 --- a/test/utils/token_utils.ts +++ b/test/utils/token_utils.ts @@ -1,5 +1,5 @@ import * as _ from 'lodash'; -import {Token, ZeroExError} from '../../src/types'; +import {Token, ZeroExError} from '../../src'; const PROTOCOL_TOKEN_SYMBOL = 'ZRX'; -- cgit v1.2.3