update your files block

This commit is contained in:
smanylov
2026-01-29 16:28:05 +07:00
parent 832c4b0e76
commit fc9a7afada
6 changed files with 222 additions and 60 deletions
+7 -2
View File
@@ -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>