mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-15 08:08:49 +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
|