diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx new file mode 100644 index 00000000..aa2ffcf0 --- /dev/null +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx @@ -0,0 +1,18 @@ +import { YStack } from 'tamagui' +import { Button, InformationBox } from '@status-im/components' +import { CloseCircleIcon } from '@status-im/icons' + +const RecoveryPhrase = () => { + return ( + + + } + /> + + ) +} + +export default RecoveryPhrase