redesign
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user