fix: add new imports for Logo

This commit is contained in:
RadoslavDimchev 2023-08-08 09:45:40 +03:00
parent 67898225d1
commit d9567ac529
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { XStack } from 'tamagui'
import { Tag } from './Tag'
import { Icon } from './Icon'
import Icon from './Icon'
import Tag from './Tag'
const Logo = () => {
return (