The entry points management technically falls under GUI as well

This commit is contained in:
buzz-lightsnack-2007 2024-04-27 09:16:31 +08:00
parent 45e4a54b53
commit 6265695a5c
5 changed files with 1 additions and 1 deletions

View file

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