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

This commit is contained in:
Pascal Precht 2021-10-14 12:41:32 +02:00 committed by Iuri Matias
parent 1897f74552
commit f6f46cabbb
1 changed files with 3 additions and 1 deletions

View File

@ -3,8 +3,10 @@ import QtQuick.Controls 2.13
import QtQuick.Layouts 1.13
import utils 1.0
import "./status"
import "../status"
import "../"
// TODO: use StatusQ components here
Column {
id: root
anchors.horizontalCenter: parent.horizontalCenter