fix: error file name.

This commit is contained in:
Ansolve 2023-12-30 14:08:28 +08:00
parent dacf68d0b5
commit 6841892dbe
No known key found for this signature in database
GPG Key ID: 2F2873AC9538CC2D
3 changed files with 3 additions and 3 deletions

0
noname/init/onload.js Normal file
View File

View File

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