diff options
-rw-r--r-- | src/order_watcher/order_state_watcher.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_watcher/order_state_watcher.ts b/src/order_watcher/order_state_watcher.ts index 9f0773ffb..88f6aae69 100644 --- a/src/order_watcher/order_state_watcher.ts +++ b/src/order_watcher/order_state_watcher.ts @@ -1,6 +1,6 @@ import * as _ from 'lodash'; import {schemas} from '0x-json-schemas'; -import {ZeroEx} from '../'; +import {ZeroEx} from '../0x'; import {EventWatcher} from './event_watcher'; import {assert} from '../utils/assert'; import {utils} from '../utils/utils'; |