Skip to content

Commit 5b00612

Browse files
committed
qml: Drop import qualifier BitcoinCoreComponents
1 parent 6bedd3d commit 5b00612

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/qml/pages/stub.qml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import QtQuick 2.12
66
import QtQuick.Controls 2.12
77
import QtQuick.Layouts 1.11
8-
import "../components" as BitcoinCoreComponents
9-
8+
import "../components"
109

1110
ApplicationWindow {
1211
id: appWindow
@@ -26,7 +25,7 @@ ApplicationWindow {
2625
sourceSize.height: 128
2726
}
2827

29-
BitcoinCoreComponents.BlockCounter {
28+
BlockCounter {
3029
id: blockCounter
3130
anchors.centerIn: parent
3231
blockHeight: nodeModel.blockTipHeight

0 commit comments

Comments
 (0)