report list

This commit is contained in:
hamid zarghami
2025-12-14 10:36:56 +03:30
parent 0ac4b0b1ab
commit 6f00af1d60
10 changed files with 297 additions and 4 deletions
+3
View File
@@ -41,6 +41,7 @@ import DetailReview from '@/pages/review/Detail'
import PagersList from '@/pages/pager/List'
import NotificationsList from '@/pages/notifications/List'
import Notification from '@/components/Notification'
import ReportsList from '@/pages/report/List'
const MainRouter: FC = () => {
const { hasSubMenu } = useSharedStore()
@@ -99,6 +100,8 @@ const MainRouter: FC = () => {
<Route path={Pages.pagers.list} element={<PagersList />} />
<Route path={Pages.notifications.list} element={<NotificationsList />} />
<Route path={Pages.reports.list} element={<ReportsList />} />
</Routes>
</div>
</div>