This commit is contained in:
smanylov
2026-01-05 15:07:10 +07:00
parent 9f41386b65
commit c438ae3fb9
11 changed files with 127 additions and 115 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ export default function Page() {
<Suspense fallback={<>...</>}>
<PageTitle title="statistics">
</PageTitle>
<div className="flex justify-between flex-wrap gap-8">
<div className="split-blocks">
<ProtectionOverview />
<StatsGrid />
</div>
<FilesTable fileType={'all'}/>
<FilesTable fileType={'all'} />
</Suspense>
</>
);