fix import

This commit is contained in:
Hristo Nedelkov 2023-09-25 22:20:06 +03:00
parent 07f28e8c85
commit efa356cbdc
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import { NodeIcon, SettingsIcon, CompleteIdIcon, ClearIcon } from '@status-im/ic
import Header from '../../components/General/Header' import Header from '../../components/General/Header'
import ClientAddressRow from './ClientAddressRow' import ClientAddressRow from './ClientAddressRow'
import BeackonAddress from './BeaconAddress' import BeaconAddress from './BeaconAddress'
const ConnectExistingInstance = () => { const ConnectExistingInstance = () => {
const [encryptedPassword, setEncryptedPassword] = useState('') const [encryptedPassword, setEncryptedPassword] = useState('')
@ -42,7 +42,7 @@ const ConnectExistingInstance = () => {
</Button> </Button>
</XStack> </XStack>
<ClientAddressRow /> <ClientAddressRow />
<BeackonAddress /> <BeaconAddress />
<Separator borderColor={'#e3e3e3'} /> <Separator borderColor={'#e3e3e3'} />
<YStack space={'$2'}> <YStack space={'$2'}>
<Text size={11} color={'#647084'}> <Text size={11} color={'#647084'}>