feat: create base of sync card content

This commit is contained in:
RadoslavDimchev 2023-09-13 16:05:53 +03:00
parent 3f69aed4d8
commit 12d8aaeedf
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { YStack } from 'tamagui'
const SyncCardContent = () => {
return <YStack></YStack>
}
export default SyncCardContent