From c5381c5194adf97c240acb98eb4c4c950633b325 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:45:15 +1000 Subject: internal: refactor widgets folder Split into subdirs and rename to components --- modules/lock/Notification.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/lock/Notification.qml') diff --git a/modules/lock/Notification.qml b/modules/lock/Notification.qml index 145645f..c06db56 100644 --- a/modules/lock/Notification.qml +++ b/modules/lock/Notification.qml @@ -1,6 +1,7 @@ pragma ComponentBehavior: Bound -import qs.widgets +import qs.components +import qs.components.effects import qs.services import qs.config import qs.utils -- cgit v1.2.3-freya