diff options
| author | dsc <xmrdsc@protonmail.com> | 2018-12-07 08:48:20 +0100 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2018-12-07 08:48:20 +0100 |
| commit | 1ea77662fee0dc67156e4724c4d35e93916ea50c (patch) | |
| tree | 9e6a46fe378ac082aba8f43236298f21bcf06a43 /main.qml | |
| parent | 71a1ff6677917e2c8be330c38fa6d3bfb79dffd2 (diff) | |
| download | monzero-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.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
