diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
commit | 6fe925388058a83dcfad964bd73dc0b29250d330 (patch) | |
tree | ad63beeb94f485c2ab0e7acb7d9c04f6ae647e79 /main.qml | |
parent | 9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (diff) |
tidying up directories
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.12 +import "pages" ApplicationWindow { id: window @@ -18,5 +19,5 @@ ApplicationWindow { onboardingText1.text: qsTr("Everything you need to sell online.") onboardingText2.text: qsTr("Set up your store in minutes and bring your brand to life") disclaimerText.text: qsTr("By tapping 'Get started' and using this app, you're agreeing to our terms of service and privacy policy") - } + } } |