aboutsummaryrefslogtreecommitdiff
path: root/_www/index.js
diff options
context:
space:
mode:
Diffstat (limited to '_www/index.js')
-rw-r--r--_www/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/_www/index.js b/_www/index.js
index 7814270..0f6b764 100644
--- a/_www/index.js
+++ b/_www/index.js
@@ -1,8 +1,8 @@
// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
-import { Trunks } from "./trunks.js";
+import { Gorankusu } from "./gorankusu.js";
async function main() {
- const trunks = new Trunks();
- await trunks.init();
+ const gorankusu = new Gorankusu();
+ await gorankusu.init();
}
main();