relocate windowman to be in /scripts/GUI
This commit is contained in:
parent
9e164cabcc
commit
b5bcb59de2
7 changed files with 39 additions and 63 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue