♻️ refactor: rename src/scripts -> src/modules

this is a better name
This commit is contained in:
retrozinndev
2025-08-12 15:07:51 -03:00
parent 1e5aa0b179
commit 28c97fe189
53 changed files with 70 additions and 68 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Astal, Gdk, Gtk } from "ags/gtk4";
import { getPopupWindowContainer, PopupWindow } from "../widget/PopupWindow";
import { updateApps } from "../scripts/apps";
import { updateApps } from "../modules/apps";
import { ResultWidget, ResultWidgetProps } from "./widgets/ResultWidget";
import { Windows } from "../windows";
import { timeout } from "ags/time";