From 51e91c2e9daaa472576ef46a964d125a109a0c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Fri, 31 Oct 2025 14:33:36 -0300 Subject: [PATCH] :recycle: refactor(bar/status): remove unused import elgemp4 accidentally imported a library he didn't want to use :P (auto-completion also does this to me sometimes lol) --- src/window/bar/widgets/Status.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window/bar/widgets/Status.tsx b/src/window/bar/widgets/Status.tsx index 18e7216..0fab601 100644 --- a/src/window/bar/widgets/Status.tsx +++ b/src/window/bar/widgets/Status.tsx @@ -12,7 +12,6 @@ import GObject from "ags/gobject"; import AstalBluetooth from "gi://AstalBluetooth"; import AstalNetwork from "gi://AstalNetwork"; import AstalWp from "gi://AstalWp"; -import Vips from "gi://Vips?version=8.0"; export const Status = () => (