updates
[tlb/tlb-podcasts.git] / views / Episodes.qml
1 import QtQuick
2
3 /* TODO */
4 import "qrc:/tlb/templates"
5
6 Page {
7 pageTitle: "Episode List"
8
9 content: Item {
10 id: epList
11 }
12 }