mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
14 lines
160 B
QML
14 lines
160 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import shared.panels 1.0
|
||
|
|
||
|
import Storybook 1.0
|
||
|
|
||
|
|
||
|
Item {
|
||
|
EnterSeedPhrase {
|
||
|
anchors.centerIn: parent
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// category: Panels
|