From 060ce43bd5a8ab4a673a453947947445c325f408 Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 19 May 2020 16:03:48 -0700 Subject: [PATCH] update import paths --- ProfileList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProfileList.qml b/ProfileList.qml index 0e8618a..6e8364e 100644 --- a/ProfileList.qml +++ b/ProfileList.qml @@ -3,7 +3,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.4 import QtQuick.Controls.Material 2.0 import QtQuick.Layouts 1.3 -import "../theme" +import "theme" ColumnLayout { id: root