diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
| commit | 4598e8a775bf74c226e1c1a874529423fa55fe4a (patch) | |
| tree | 043a8b8530ebaa26ccffcaaf019dcca4c4a371c9 /modules/dashboard/dash/Weather.qml | |
| parent | notifs: remove body if empty (diff) | |
| download | caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.gz caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.bz2 caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.zip | |
internal: use new qs imports
Diffstat (limited to 'modules/dashboard/dash/Weather.qml')
| -rw-r--r-- | modules/dashboard/dash/Weather.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index f7d0f9b..52d026d 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -1,7 +1,7 @@ -import "root:/widgets" -import "root:/services" -import "root:/config" -import "root:/utils" +import qs.widgets +import qs.services +import qs.config +import qs.utils import QtQuick Item { |