directly call Entrymanager
This commit is contained in:
parent
07395f8939
commit
78ae0d75b5
2 changed files with 4 additions and 14 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue