fix require for components folder

This commit is contained in:
Iuri Matias 2020-06-17 18:58:39 -04:00
parent b8ba44e982
commit 365e5ab4c1
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import QtQuick 2.3
import "./components"
import "./Components"
import "../../../imports"
Item {
@ -139,3 +139,9 @@ Item {
}
}
/*##^##
Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/