status-desktop/ui/app/AppLayouts/Wallet/views/SavedAddressesView.qml

16 lines
331 B
QML

import QtQuick 2.13
RightTabBaseView {
id: root
SavedAddresses {
objectName: "savedAddressesArea"
width: root.width
height: root.height - header.height
sendModal: root.sendModal
contactsStore: root.contactsStore
networkConnectionStore: root.networkConnectionStore
}
}