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
|