refactor: move `GasValidator` to ui/shared/controls
This commit is contained in:
parent
1897f74552
commit
f6f46cabbb
|
@ -3,8 +3,10 @@ import QtQuick.Controls 2.13
|
||||||
import QtQuick.Layouts 1.13
|
import QtQuick.Layouts 1.13
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
import "./status"
|
import "../status"
|
||||||
|
import "../"
|
||||||
|
|
||||||
|
// TODO: use StatusQ components here
|
||||||
Column {
|
Column {
|
||||||
id: root
|
id: root
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
Loading…
Reference in New Issue