refactor: move `StyledButton` to ui/shared/controls

This commit is contained in:
Pascal Precht 2021-10-14 14:46:26 +02:00 committed by Iuri Matias
parent ed73651db8
commit e57454d631
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import QtQuick.Controls 2.13
import QtQml 2.14 import QtQml 2.14
import utils 1.0 import utils 1.0
import "../"
Button { Button {
property string label: "My button" property string label: "My button"

View File

@ -1,4 +1,3 @@
StyledButton 1.0 StyledButton.qml
TextWithLabel 1.0 TextWithLabel.qml TextWithLabel 1.0 TextWithLabel.qml
Input 1.0 Input.qml Input 1.0 Input.qml
Select 1.0 Select.qml Select 1.0 Select.qml