From 4598e8a775bf74c226e1c1a874529423fa55fe4a Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:02:28 +1000 Subject: internal: use new qs imports --- modules/drawers/Exclusions.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/drawers/Exclusions.qml') diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml index 390ad68..778c9f6 100644 --- a/modules/drawers/Exclusions.qml +++ b/modules/drawers/Exclusions.qml @@ -1,7 +1,7 @@ pragma ComponentBehavior: Bound -import "root:/widgets" -import "root:/config" +import qs.widgets +import qs.config import Quickshell import QtQuick -- cgit v1.2.3-freya