summaryrefslogtreecommitdiff
path: root/src/modules/popdowns/updates.tsx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/modules/popdowns/updates.tsx (renamed from src/modules/updates.tsx)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/updates.tsx b/src/modules/popdowns/updates.tsx
index feaa3cd..359fe81 100644
--- a/src/modules/updates.tsx
+++ b/src/modules/popdowns/updates.tsx
@@ -1,8 +1,8 @@
import { bind, execAsync, Variable } from "astal";
import { App, Astal, Gtk } from "astal/gtk3";
-import Updates, { Repo as IRepo, Update as IUpdate } from "../services/updates";
-import { MenuItem } from "../utils/widgets";
-import PopdownWindow from "../widgets/popdownwindow";
+import Updates, { Repo as IRepo, Update as IUpdate } from "../../services/updates";
+import { MenuItem } from "../../utils/widgets";
+import PopdownWindow from "../../widgets/popdownwindow";
const constructItem = (label: string, exec: string, quiet = true) =>
new MenuItem({