mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
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 { YStack } from 'tamagui'
|
||||
|
||||
import Icon from '../../../../components/General/Icon'
|
||||
|
||||
const RightManageSettings = () => {
|
||||
const isDefault = false
|
||||
const isMigrate = true
|
||||
const isDeposit = false
|
||||
|
||||
return (
|
||||
<YStack
|
||||
space={'$2'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user