diff options
Diffstat (limited to 'src/modules/popdowns/updates.tsx')
| -rw-r--r-- | src/modules/popdowns/updates.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/popdowns/updates.tsx b/src/modules/popdowns/updates.tsx index 7708abe..536ec08 100644 --- a/src/modules/popdowns/updates.tsx +++ b/src/modules/popdowns/updates.tsx @@ -1,8 +1,8 @@ +import Updates, { Repo as IRepo, Update as IUpdate } from "@/services/updates"; +import { MenuItem } from "@/utils/widgets"; +import PopdownWindow from "@/widgets/popdownwindow"; 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"; const constructItem = (label: string, exec: string, quiet = true) => new MenuItem({ |