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