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

@ -1,12 +0,0 @@
import Tabs from "/scripts/GUI/tabs.js";
import EntryManager from "/scripts/GUI/entrypoints/manager.js"
export default class user_actions {
static init() {
user_actions.tabs();
};
static tabs() {
new EntryManager();
}
};

View file

@ -3,7 +3,9 @@ Shop wisely with AI!
*/ */
import fc from './fc.js'; 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(); fc.run();
user_actions.init(); new EntryManager();
new link();