relocate windowman to be in /scripts/GUI

This commit is contained in:
buzz-lightsnack-2007 2024-04-15 15:16:40 +08:00
parent 9e164cabcc
commit b5bcb59de2
7 changed files with 39 additions and 63 deletions

View file

@ -3,7 +3,7 @@
*/
// Import modules.
import windowman from "../windowman.js";
import windowman from "/scripts/GUI/windowman.js";
let secretariat = await import(chrome.runtime.getURL("scripts/secretariat.js"));
function start() {