feat(right-manage-settings): add needed constants
This commit is contained in:
parent
1af52109e8
commit
eedad90e0f
|
@ -1,8 +1,13 @@
|
||||||
import { YStack } from 'tamagui'
|
|
||||||
import Icon from '../../../../components/General/Icon'
|
|
||||||
import { Text } from '@status-im/components'
|
import { Text } from '@status-im/components'
|
||||||
|
import { YStack } from 'tamagui'
|
||||||
|
|
||||||
|
import Icon from '../../../../components/General/Icon'
|
||||||
|
|
||||||
const RightManageSettings = () => {
|
const RightManageSettings = () => {
|
||||||
|
const isDefault = false
|
||||||
|
const isMigrate = true
|
||||||
|
const isDeposit = false
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack
|
<YStack
|
||||||
space={'$2'}
|
space={'$2'}
|
||||||
|
|
Loading…
Reference in New Issue