Update Dashboard.tsx
This commit is contained in:
parent
240c674df5
commit
e74a8db163
|
@ -21,8 +21,7 @@ const Dashboard = () => {
|
|||
|
||||
return (
|
||||
<XStack style={{ height: '100vh' }}>
|
||||
{windowWidth > 900 && <LeftSidebar />}
|
||||
|
||||
<LeftSidebar />
|
||||
<DashboardContent windowWidth={windowWidth} />
|
||||
{windowWidth > 900 && <RightSidebar />}
|
||||
</XStack>
|
||||
|
|
Loading…
Reference in New Issue