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/detachedcontent/bluetooth/BtPane.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/detachedcontent/bluetooth/BtPane.qml') diff --git a/modules/detachedcontent/bluetooth/BtPane.qml b/modules/detachedcontent/bluetooth/BtPane.qml index d0ea8b0..c6dbbcc 100644 --- a/modules/detachedcontent/bluetooth/BtPane.qml +++ b/modules/detachedcontent/bluetooth/BtPane.qml @@ -1,7 +1,8 @@ pragma ComponentBehavior: Bound import ".." -import qs.widgets +import qs.components.effects +import qs.components.containers import qs.config import Quickshell.Bluetooth import QtQuick -- cgit v1.2.3-freya