mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
17 lines
219 B
QML
17 lines
219 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import AppLayouts.Onboarding2.pages 1.0
|
||
|
|
||
|
Item {
|
||
|
id: root
|
||
|
|
||
|
KeycardExtractingKeysPage {
|
||
|
id: progressPage
|
||
|
|
||
|
anchors.fill: parent
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// category: Onboarding
|
||
|
// status: good
|