mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
3ac13a7678
Part 1 of #13088
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
|
|
}
|
|
}
|