mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
14 lines
230 B
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
|
|
}
|
|
}
|