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

14 lines
230 B
QML

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