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

15 lines
271 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
}
}