Revert "directly call Entrymanager"

This reverts commit 78ae0d75b5.
This commit is contained in:
buzz-lightsnack-2007 2024-04-29 08:10:05 +08:00
parent 79cc72dfba
commit c9322d91ff
2 changed files with 14 additions and 4 deletions

View file

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