moved windowman to builder/windowman

This commit is contained in:
buzz-lightsnack-2007 2024-04-27 22:49:03 +08:00
parent 4ff42ead0f
commit 6644a4d267
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
Construct an internal page.
*/
import windowman from "/scripts/GUI/windowman.js";
import windowman from "/scripts/GUI/builder/windowman.js";
export default class Page {
constructor () {