feat: move recovery mechanism in separated folder
This commit is contained in:
parent
691fe04d5b
commit
0ea0c478dd
|
@ -1,7 +1,7 @@
|
|||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import RecoveryMechanism from './RecoveryMechanism'
|
||||
import { KEYSTORE_FILES } from '../../../constants'
|
||||
import { KEYSTORE_FILES } from '../../../../constants'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorOnboarding/RecoveryMechanism',
|
|
@ -2,7 +2,7 @@ import { Text } from '@status-im/components'
|
|||
import { XStack, YStack } from 'tamagui'
|
||||
|
||||
import RecoveryMechanismCard from './RecoveryMechanismCard'
|
||||
import { BOTH_KEY_AND_RECOVERY, KEYSTORE_FILES, RECOVERY_PHRASE } from '../../../constants'
|
||||
import { BOTH_KEY_AND_RECOVERY, KEYSTORE_FILES, RECOVERY_PHRASE } from '../../../../constants'
|
||||
|
||||
type RecoveryMechanismProps = {
|
||||
recoveryMechanism: string
|
|
@ -1,7 +1,7 @@
|
|||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import RecoveryMechanismCard from './RecoveryMechanismCard'
|
||||
import { KEYSTORE_FILES } from '../../../constants'
|
||||
import { KEYSTORE_FILES } from '../../../../constants'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorOnboarding/RecoveryMechanismCard',
|
Loading…
Reference in New Issue