fix: remove not used imports giving error

This commit is contained in:
RadoslavDimchev 2023-08-29 09:55:21 +03:00
parent 32176744a1
commit 5b1964e12a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { XStack, Stack, YStack } from 'tamagui'
import { XStack, YStack } from 'tamagui'
import { Text } from '@status-im/components'
import { useState } from 'react'
const CompleteSetup = () => {
return (
<YStack style={{ width: '100%', padding: '16px 32px' }}>