chrts + revensure chart

This commit is contained in:
hamid zarghami
2025-12-20 11:07:18 +03:30
parent 24cce65444
commit 0b9d8e3421
10 changed files with 826 additions and 9 deletions
+3
View File
@@ -42,6 +42,7 @@ import PagersList from '@/pages/pager/List'
import NotificationsList from '@/pages/notifications/List'
import Notification from '@/components/Notification'
import ReportsList from '@/pages/report/List'
import Statistics from '@/pages/statistics/Statistics'
const MainRouter: FC = () => {
const { hasSubMenu } = useSharedStore()
@@ -102,6 +103,8 @@ const MainRouter: FC = () => {
<Route path={Pages.notifications.list} element={<NotificationsList />} />
<Route path={Pages.reports.list} element={<ReportsList />} />
<Route path={Pages.statistics.list} element={<Statistics />} />
</Routes>
</div>
</div>