diff options
Diffstat (limited to 'modules/detachedcontent/bluetooth/Settings.qml')
| -rw-r--r-- | modules/detachedcontent/bluetooth/Settings.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml index 663badc..f298432 100644 --- a/modules/detachedcontent/bluetooth/Settings.qml +++ b/modules/detachedcontent/bluetooth/Settings.qml @@ -1,7 +1,9 @@ pragma ComponentBehavior: Bound import ".." -import qs.widgets +import qs.components +import qs.components.controls +import qs.components.effects import qs.services import qs.config import Quickshell.Bluetooth |