diff --git a/noname.js b/noname.js index 944ce9d63..45db36bc4 100644 --- a/noname.js +++ b/noname.js @@ -5,4 +5,4 @@ export { Get as get } from './noname/get/index.js'; export { Library as lib } from './noname/library/index.js'; export { status as _status } from './noname/status/index.js'; export { UI as ui } from './noname/ui/index.js'; -export { boot } from './noname/init/index.js'; \ No newline at end of file +export { boot } from './noname/init/index.js'; diff --git a/noname/init/onload.js b/noname/init/onload.js new file mode 100644 index 000000000..e69de29bb diff --git a/noname/library/element/index.js b/noname/library/element/index.js index 817d3cc2e..0b0417fb3 100644 --- a/noname/library/element/index.js +++ b/noname/library/element/index.js @@ -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"; \ No newline at end of file +export { VCard } from "./vcard.js";