refactor(sync cards): remove unused import

This commit is contained in:
Hristo Nedelkov 2024-03-31 22:38:14 +03:00
parent e2ade1ccbb
commit 4605d16904
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Separator, Stack, YStack } from 'tamagui'
import { Separator, YStack } from 'tamagui'
import { Text } from '@status-im/components'
import DashboardCardWrapper from '../DashboardCardWrapper'