parent
79cc72dfba
commit
c9322d91ff
2 changed files with 14 additions and 4 deletions
12
scripts/actions.js
Normal file
12
scripts/actions.js
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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();
|
||||||
|
}
|
||||||
|
};
|
|
@ -3,9 +3,7 @@ Shop wisely with AI!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import fc from './fc.js';
|
import fc from './fc.js';
|
||||||
import EntryManager from "/scripts/GUI/entrypoints/manager.js"
|
import user_actions from "../actions.js";
|
||||||
import link from "../link.js";
|
|
||||||
|
|
||||||
fc.run();
|
fc.run();
|
||||||
new EntryManager();
|
user_actions.init();
|
||||||
new link();
|
|
Loading…
Add table
Add a link
Reference in a new issue