aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2018-12-07 08:48:20 +0100
committerdsc <xmrdsc@protonmail.com>2018-12-07 08:48:20 +0100
commit1ea77662fee0dc67156e4724c4d35e93916ea50c (patch)
tree9e6a46fe378ac082aba8f43236298f21bcf06a43 /main.qml
parent71a1ff6677917e2c8be330c38fa6d3bfb79dffd2 (diff)
downloadmonzero-gui-1ea77662fee0dc67156e4724c4d35e93916ea50c.tar.gz
monzero-gui-1ea77662fee0dc67156e4724c4d35e93916ea50c.tar.xz
monzero-gui-1ea77662fee0dc67156e4724c4d35e93916ea50c.zip
import utils fix
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 854b547b..c501e506 100644
--- a/main.qml
+++ b/main.qml
@@ -40,7 +40,7 @@ import moneroComponents.NetworkType 1.0
import "components"
import "wizard"
-import "../js/Utils.js" as Utils
+import "js/Utils.js" as Utils
import "js/Windows.js" as Windows
ApplicationWindow {