mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 22:56:55 +00:00
15 lines
183 B
QML
15 lines
183 B
QML
import QtQuick 2.15
|
|
|
|
import AppLayouts.Onboarding2.pages 1.0
|
|
|
|
Item {
|
|
id: root
|
|
|
|
KeycardLostPage {
|
|
anchors.fill: parent
|
|
}
|
|
}
|
|
|
|
// category: Onboarding
|
|
// status: good
|