diff --git a/ags/scripts/reload-handler.ts b/ags/scripts/reload-handler.ts index ec1e4a7..6c4fef6 100644 --- a/ags/scripts/reload-handler.ts +++ b/ags/scripts/reload-handler.ts @@ -1,4 +1,4 @@ -import { Gio, monitorFile, Process } from "astal"; +import { monitorFile, Process } from "astal"; const monitoringPaths = [ "./scripts", "./widget", "./app.ts", "env.d.ts" ];