aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/utils/orderbook_channel_message_parsers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/connect/src/utils/orderbook_channel_message_parsers.ts')
-rw-r--r--packages/connect/src/utils/orderbook_channel_message_parsers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/connect/src/utils/orderbook_channel_message_parsers.ts b/packages/connect/src/utils/orderbook_channel_message_parsers.ts
index f3497db34..9cd160428 100644
--- a/packages/connect/src/utils/orderbook_channel_message_parsers.ts
+++ b/packages/connect/src/utils/orderbook_channel_message_parsers.ts
@@ -1,4 +1,3 @@
-import {SignedOrder} from '0x.js';
import {assert} from '@0xproject/assert';
import {schemas} from '@0xproject/json-schemas';
import * as _ from 'lodash';
@@ -6,6 +5,7 @@ import * as _ from 'lodash';
import {
OrderbookChannelMessage,
OrderbookChannelMessageTypes,
+ SignedOrder,
} from '../types';
import {typeConverters} from './type_converters';