Files
beerlog/qml/Views/OrdersView.qml
2023-03-30 11:36:58 +02:00

13 lines
136 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Page {
Label {
anchors.centerIn: parent
text: "Orders"
}
}