adit header menu and dashboard
This commit is contained in:
@@ -22,17 +22,10 @@ export default function Page() {
|
||||
<h1 className="page-title">Статистика</h1>
|
||||
<ProtectionOverview />
|
||||
<StatsGrid />
|
||||
<div className="extended-stats-grid">
|
||||
<StorageBreakdown />
|
||||
<RecentFilesList />
|
||||
</div>
|
||||
<div className="charts-section">
|
||||
<ChartContainer />
|
||||
<UserInfo />
|
||||
</div>
|
||||
<StorageBreakdown />
|
||||
<ChartContainer />
|
||||
<ViolationsTable />
|
||||
<ViolationsTypeTable />
|
||||
<ActivityChart />
|
||||
</Suspense>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user