mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
a3c9012f4a
- new panel created: `SwapInputPanel` - some cleanups to the needed stores - created a SB page demonstrating the use of 2 panels and the `SwapExchangeButton` - created QML tests Fixes #14781
6 lines
45 B
QML
6 lines
45 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
id: root
|
|
}
|