11 lines
531 B
JavaScript
11 lines
531 B
JavaScript
export const rootURL = new URL("../", import.meta.url);
|
|
|
|
export { GNC, gnc, setGNC } from "./noname/gnc/index.js";
|
|
export { AI, ai, setAI } from "./noname/ai/index.js";
|
|
export { Game, game, setGame } from "./noname/game/index.js";
|
|
export { Get, get, setGet } from "./noname/get/index.js";
|
|
export { Library, lib, setLibrary } from "./noname/library/index.js";
|
|
export { status, _status, setStatus } from "./noname/status/index.js";
|
|
export { UI, ui, setUI } from "./noname/ui/index.js";
|
|
export { boot } from "./noname/init/index.js";
|