summaryrefslogtreecommitdiff
path: root/GetStarted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'GetStarted.qml')
-rw-r--r--GetStarted.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/GetStarted.qml b/GetStarted.qml
new file mode 100644
index 0000000..b4744dd
--- /dev/null
+++ b/GetStarted.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.15
+
+GetStartedForm {
+ objectName: "getstarted"
+ backButton.onClicked: pageView.pop()
+}