fix: fix missing import for the Theme

This commit is contained in:
Jonathan Rainville 2020-06-22 09:35:16 -04:00 committed by Iuri Matias
parent fb60d757cf
commit af2584c53c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import QtQuick 2.13
import QtQuick.Controls 2.13
import "../shared"
import "../imports"
Page {
id: page