Update DashboardContent.tsx

This commit is contained in:
Hristo Nedelkov 2023-10-21 19:43:21 +03:00
parent 638177b909
commit f59afefbff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Stack, XStack, YStack } from 'tamagui'
import { Stack, YStack } from 'tamagui'
import { useEffect, useState } from 'react'
import BasicInfoCards from './BasicInfoCards/BasicInfoCards'