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 --- widgets/StyledWindow.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/StyledWindow.qml') diff --git a/widgets/StyledWindow.qml b/widgets/StyledWindow.qml index 67280b6..3b402b5 100644 --- a/widgets/StyledWindow.qml +++ b/widgets/StyledWindow.qml @@ -1,5 +1,5 @@ -import "root:/utils" -import "root:/config" +import qs.utils +import qs.config import Quickshell import Quickshell.Wayland -- cgit v1.2.3-freya