Clear not needed compoenent

This commit is contained in:
Hristo Nedelkov 2023-10-13 12:45:08 +03:00
parent 6b08f7ec85
commit e79f89c1a8
1 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,7 @@ import MemoryCard from './MemoryCard/MemoryCard'
const Dashboard = () => {
return (
<YStack maxHeight={'100vh'} maxWidth={'100vw'}>
<XStack justifyContent={'space-between'}>
<XStack justifyContent={'space-between'} >
<LeftSidebar />
<YStack
@ -63,7 +62,7 @@ const Dashboard = () => {
<RightSidebar />
</XStack>
</YStack>
)
}