Update Dashboard.tsx

This commit is contained in:
Hristo Nedelkov 2023-11-03 11:13:56 +02:00
parent 240c674df5
commit e74a8db163
1 changed files with 1 additions and 2 deletions

View File

@ -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>