mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 20:15:54 +00:00
removed moneroComponets dependency
This commit is contained in:
parent
38db5a4178
commit
0e0b0bec8d
1 changed files with 2 additions and 1 deletions
|
@ -34,9 +34,10 @@ import QtQuick.Dialogs 1.2
|
||||||
|
|
||||||
|
|
||||||
import "../components"
|
import "../components"
|
||||||
import moneroComponents 1.0
|
|
||||||
import moneroComponents.Clipboard 1.0
|
import moneroComponents.Clipboard 1.0
|
||||||
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
||||||
property var daemonAddress
|
property var daemonAddress
|
||||||
|
|
Loading…
Reference in a new issue