move create avatar component into its own folder

This commit is contained in:
Ivana Andersson 2023-08-25 11:02:19 +03:00
parent edb5e3a64b
commit d2fd6c015e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { XStack, YStack } from 'tamagui' import { XStack, YStack } from 'tamagui'
import LabelInputField from '../../components/General/LabelInputField' import LabelInputField from '../LabelInputField'
import { Avatar, Text } from '@status-im/components' import { Avatar, Text } from '@status-im/components'
import ColorPicker from '../../components/General/ColorPicker/ColorPicker' import ColorPicker from '../ColorPicker/ColorPicker'
import { ReactionIcon } from '@status-im/icons' import { ReactionIcon } from '@status-im/icons'
const CreateAvatar = () => { const CreateAvatar = () => {