dahsboard connected to backend

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-07 13:11:23 +05:00
parent df485b5797
commit b09e2ebc59
4 changed files with 53 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ const ProfileSection = dynamic(
function SectionContent({ section }: { section: CabinetSection }) {
switch (section) {
case 'dashboard':
return <Dashboard stats={MOCK_STATS} userName={MOCK_USER.name} />;
return <Dashboard userName={MOCK_USER.name} />;
case 'plagiat':
return <PlagiatTable />;
case 'si':