mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 10:09:38 +00:00
10 lines
138 B
QML
10 lines
138 B
QML
import QtQuick 2.15
|
|
|
|
import AppLayouts.Wallet.services.dapps 1.0
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
required property WalletConnectSDK wCSDK
|
|
}
|