fix: documentations not auto change import
This commit is contained in:
parent
8a7e753fdb
commit
c2c1d7c500
|
@ -2,7 +2,7 @@ import { Stack, XStack, YStack } from 'tamagui'
|
||||||
import { Text } from '@status-im/components'
|
import { Text } from '@status-im/components'
|
||||||
|
|
||||||
import ExecClientCard from './ExecClientCard'
|
import ExecClientCard from './ExecClientCard'
|
||||||
import { DOCUMENTATIONS } from '../ValidatorInstalling/documentions'
|
import { DOCUMENTATIONS } from '../ValidatorInstalling/documentations'
|
||||||
|
|
||||||
const ExecClientCards = () => {
|
const ExecClientCards = () => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue