diff --git a/packages/net/packet/index.js b/packages/net/packet/index.js index 67744e1..f191120 100644 --- a/packages/net/packet/index.js +++ b/packages/net/packet/index.js @@ -8,8 +8,8 @@ export { registerPacket, } from './registry'; +// export * as SocketIoParser from './socket.io-parser'; import * as SocketIoParser from './socket.io-parser'; export {SocketIoParser}; -import Variant from './variant'; -export {Variant}; +export {default as Variant} from './variant';