moment/src/qml/Pages/Default.qml

9 lines
162 B
QML
Raw Normal View History

2019-07-08 13:52:41 +10:00
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import "../Base"
2019-04-28 11:07:20 +10:00
HNoticePage {
2019-04-29 01:01:38 +10:00
text: "Select or add a room to start."
2019-04-28 11:07:20 +10:00
}