Clear not needed compoenent
This commit is contained in:
parent
6b08f7ec85
commit
e79f89c1a8
|
@ -17,8 +17,7 @@ import MemoryCard from './MemoryCard/MemoryCard'
|
||||||
|
|
||||||
const Dashboard = () => {
|
const Dashboard = () => {
|
||||||
return (
|
return (
|
||||||
<YStack maxHeight={'100vh'} maxWidth={'100vw'}>
|
<XStack justifyContent={'space-between'} >
|
||||||
<XStack justifyContent={'space-between'}>
|
|
||||||
<LeftSidebar />
|
<LeftSidebar />
|
||||||
|
|
||||||
<YStack
|
<YStack
|
||||||
|
@ -63,7 +62,7 @@ const Dashboard = () => {
|
||||||
|
|
||||||
<RightSidebar />
|
<RightSidebar />
|
||||||
</XStack>
|
</XStack>
|
||||||
</YStack>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue