From 58826b7deb07f187d2c2c8cac3bf651a008b4646 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:59:32 +1000 Subject: internal: move launcher stuff into subfolders --- modules/launcher/AppList.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/launcher/AppList.qml') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index 857515a..3a994d3 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -1,5 +1,7 @@ pragma ComponentBehavior: Bound +import "items" +import "services" import qs.widgets import qs.services import qs.config -- cgit v1.2.3-freya