update your files block
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Page() {
|
||||
<div className="dashboard-main-grid">
|
||||
<div className="left-column">
|
||||
<DashboardUserFiles />
|
||||
<DashboardPlatformsList />
|
||||
{/* <DashboardPlatformsList /> */}
|
||||
</div>
|
||||
<div className="right-column">
|
||||
<ViolationsCarousel />
|
||||
@@ -34,8 +34,13 @@ export default function Page() {
|
||||
</div>
|
||||
<DashboardFilesInfo />
|
||||
<div className="dashboard-main-grid">
|
||||
|
||||
{/* <DahboardGeographySection /> */}
|
||||
</div>
|
||||
<div
|
||||
className="mb-4"
|
||||
>
|
||||
<DahboardLimitsSection />
|
||||
<DahboardGeographySection />
|
||||
</div>
|
||||
<DashboardLastCheck />
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user