forked from FoundKeyGang/FoundKey
fix(foundkey-js): use default import for eventemitter3
This commit is contained in:
parent
674f91109f
commit
dde4086811
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import autobind from 'autobind-decorator';
|
import autobind from 'autobind-decorator';
|
||||||
import { EventEmitter } from 'eventemitter3';
|
import EventEmitter from 'eventemitter3';
|
||||||
import ReconnectingWebsocket from 'reconnecting-websocket';
|
import ReconnectingWebsocket from 'reconnecting-websocket';
|
||||||
import { BroadcastEvents, Channels } from './streaming.types.js';
|
import { BroadcastEvents, Channels } from './streaming.types.js';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue