refactor: move `TextWithLabel` to ui/shared/panels
This commit is contained in:
parent
ac40022a93
commit
e598df1d1e
|
@ -7,6 +7,7 @@ import utils 1.0
|
|||
import "../../../../shared"
|
||||
import "../../../../shared/controls"
|
||||
import "../../../../shared/popups"
|
||||
import "../../../../shared/panels"
|
||||
import "../../../../shared/status"
|
||||
import "../stores"
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import QtQuick.Layouts 1.13
|
|||
|
||||
import utils 1.0
|
||||
|
||||
import "./controls"
|
||||
import "./panels"
|
||||
import "../controls"
|
||||
import "./"
|
||||
|
||||
// TODO: replace with StatusQ components
|
||||
Item {
|
|
@ -1,10 +1,2 @@
|
|||
TextWithLabel 1.0 TextWithLabel.qml
|
||||
Input 1.0 Input.qml
|
||||
Select 1.0 Select.qml
|
||||
Identicon 1.0 Identicon.qml
|
||||
BlockContactConfirmationDialog 1.0 BlockContactConfirmationDialog.qml
|
||||
ConfirmationDialog 1.0 ConfirmationDialog.qml
|
||||
Timer 1.0 Timer.qml
|
||||
TransactionSigner 1.0 TransactionSigner.qml
|
||||
GlossaryEntry 1.0 GlossaryEntry.qml
|
||||
GlossaryLetter 1.0 GlossaryLetter.qml
|
||||
|
|
Loading…
Reference in New Issue