diff options
Diffstat (limited to 'ethereal/assets/qml/transactions.qml')
-rw-r--r-- | ethereal/assets/qml/transactions.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ethereal/assets/qml/transactions.qml b/ethereal/assets/qml/transactions.qml deleted file mode 100644 index e9a035a85..000000000 --- a/ethereal/assets/qml/transactions.qml +++ /dev/null @@ -1,9 +0,0 @@ -import QtQuick 2.0 -import QtQuick.Controls 1.0; -import QtQuick.Layouts 1.0; - -Rectangle { - id: transactionView - visible: false - Text { text: "TX VIEW" } -} |