directly call Entrymanager

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 23:54:52 +08:00
parent 07395f8939
commit 78ae0d75b5
2 changed files with 4 additions and 14 deletions

View file

@ -3,7 +3,9 @@ Shop wisely with AI!
*/
import fc from './fc.js';
import user_actions from "../actions.js";
import EntryManager from "/scripts/GUI/entrypoints/manager.js"
import link from "../link.js";
fc.run();
user_actions.init();
new EntryManager();
new link();