2019-03-22 06:24:19 -04:00
|
|
|
import QtQuick 2.7
|
2019-03-26 05:52:43 -04:00
|
|
|
import "../base" as Base
|
2019-03-22 06:24:19 -04:00
|
|
|
|
|
|
|
Rectangle {
|
2019-03-26 05:52:43 -04:00
|
|
|
Base.HLabel {
|
2019-03-22 06:24:19 -04:00
|
|
|
anchors.centerIn: parent
|
|
|
|
text: "Add room page"
|
|
|
|
}
|
|
|
|
}
|