feat(right-manage-settings): add needed constants

This commit is contained in:
RadoslavDimchev 2024-02-19 21:40:08 +02:00 committed by Emil Ivanichkov
parent 1af52109e8
commit eedad90e0f
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
import { YStack } from 'tamagui'
import Icon from '../../../../components/General/Icon'
import { Text } from '@status-im/components'
import { YStack } from 'tamagui'
import Icon from '../../../../components/General/Icon'
const RightManageSettings = () => {
const isDefault = false
const isMigrate = true
const isDeposit = false
return (
<YStack
space={'$2'}