refactor: Move UI controls to own lib

This commit is contained in:
Petr Mironychev
2025-09-29 18:55:51 +02:00
parent a52c86c6f0
commit 7663bd34af
11 changed files with 34 additions and 4 deletions

View File

@ -20,6 +20,7 @@
import QtQuick
import QtQuick.Controls
import ChatView
import UIControls
Rectangle {
id: root