mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
refactor(keystore-card): move component and story to general
This commit is contained in:
parent
133f7641f0
commit
7d17ec37d6
@ -3,7 +3,7 @@ import { CloseCircleIcon } from '@status-im/icons'
|
|||||||
import { XStack, YStack } from 'tamagui'
|
import { XStack, YStack } from 'tamagui'
|
||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
|
|
||||||
import KeystoreBackupsCard from '../../../../ValidatorOnboarding/KeyGeneration/KeystoreFiles/KeystoreBackupsCard'
|
import KeystoreBackupsCard from '../../../../../components/General/KeystoreBackupsCard'
|
||||||
import PanelWrapper from './PanelWrapper'
|
import PanelWrapper from './PanelWrapper'
|
||||||
|
|
||||||
const MigratePanel = () => {
|
const MigratePanel = () => {
|
||||||
|
@ -3,7 +3,7 @@ import { Button, InformationBox, Input, Text } from '@status-im/components'
|
|||||||
import { ClearIcon, CloseCircleIcon } from '@status-im/icons'
|
import { ClearIcon, CloseCircleIcon } from '@status-im/icons'
|
||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
|
|
||||||
import KeystoreBackupsCard from './KeystoreBackupsCard'
|
import KeystoreBackupsCard from '../../../../components/General/KeystoreBackupsCard'
|
||||||
import ResponsiveStack from '../../../../components/General/ResponsiveStack'
|
import ResponsiveStack from '../../../../components/General/ResponsiveStack'
|
||||||
|
|
||||||
const KeystoreFiles = () => {
|
const KeystoreFiles = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user