mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
10 lines
133 B
QML
10 lines
133 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import shared.popups.walletconnect 1.0
|
||
|
|
||
|
QtObject {
|
||
|
id: root
|
||
|
|
||
|
required property WalletConnectSDK wCSDK
|
||
|
}
|