refactor(ags): switch back to global imports

This commit is contained in:
matt1432 2024-01-30 11:29:07 -05:00
parent 65b3b14489
commit 3a8cc994f2
67 changed files with 143 additions and 179 deletions
modules/ags/config/js

View file

@ -1,5 +1,4 @@
import App from 'resource:///com/github/Aylur/ags/app.js';
import { execAsync, monitorFile } from 'resource:///com/github/Aylur/ags/utils.js';
const { execAsync, monitorFile } = Utils;
/** @param {string} host */