refactor import to be compatible with new version of quickshell

This commit is contained in:
Filip Janus
2025-10-21 22:36:56 +02:00
parent 4031925e11
commit f2e4508cfc
25 changed files with 55 additions and 55 deletions
@@ -1,4 +1,4 @@
import "./weather"
import qs.modules.bar.weather
import QtQuick
import QtQuick.Layouts
import Quickshell
@@ -4,7 +4,7 @@ import qs.modules.common.widgets
import QtQuick
import QtQuick.Layouts
import "../"
import qs.modules.bar
StyledPopup {
id: root
@@ -101,4 +101,4 @@ StyledPopup {
}
}
}
}
}