Clear not needed compoenent
This commit is contained in:
parent
6b08f7ec85
commit
e79f89c1a8
|
@ -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>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue