修复nodews的导入问题

This commit is contained in:
shijian 2023-12-30 16:45:02 +08:00
parent 68c00bea3a
commit e235809703
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ export { Control } from "./control.js";
export { Dialog } from "./dialog.js"; export { Dialog } from "./dialog.js";
export { GameEvent } from "./gameEvent.js"; export { GameEvent } from "./gameEvent.js";
export { GameEventPromise } from "./gameEventPromise.js"; export { GameEventPromise } from "./gameEventPromise.js";
export { NodeWS } from "./nodeWs.js"; export { NodeWS } from "./nodeWS.js";
export { Player } from "./player.js"; export { Player } from "./player.js";
export { VCard } from "./vcard.js"; export { VCard } from "./vcard.js";