From e5161a1f4fb0b6b5dc4c5ffe13ce937578601806 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 31 May 2025 12:08:14 +0200 Subject: [PATCH] battery: remove unnecessary imports --- .config/quickshell/services/Battery.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/quickshell/services/Battery.qml b/.config/quickshell/services/Battery.qml index 372c1f1b..d31c4ec0 100644 --- a/.config/quickshell/services/Battery.qml +++ b/.config/quickshell/services/Battery.qml @@ -1,8 +1,6 @@ pragma Singleton import "root:/modules/common" -import QtQuick -import QtQuick.Layouts import Quickshell import Quickshell.Io import Quickshell.Hyprland