Fix
This commit is contained in:
parent
a780e7b936
commit
674764a035
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import autobind from 'autobind-decorator';
|
import autobind from 'autobind-decorator';
|
||||||
import { EventEmitter } from 'eventemitter3';
|
import { EventEmitter } from 'eventemitter3';
|
||||||
import * as ReconnectingWebsocket from 'reconnecting-websocket';
|
import ReconnectingWebsocket from 'reconnecting-websocket';
|
||||||
import { wsUrl } from '../../config';
|
import { wsUrl } from '../../config';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../mios';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue