feat: move recovery mechanism in separated folder

This commit is contained in:
RadoslavDimchev 2023-08-30 11:52:32 +03:00
parent 691fe04d5b
commit 0ea0c478dd
4 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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

View File

@ -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',