seller list + view contract and confrim + approve register

This commit is contained in:
hamid zarghami
2025-10-11 12:20:10 +03:30
parent 26f1a057be
commit 3fb0a15f3d
12 changed files with 466 additions and 29 deletions
+3
View File
@@ -62,6 +62,7 @@ import JobsList from '@/pages/jobs/List'
import Resumes from '@/pages/jobs/Resume'
import ContactUsList from '@/pages/contactUs/List'
import Dashboard from '@/pages/dashboard/Dashboard'
import SellerList from '@/pages/seller/List'
const MainRouter: FC = () => {
@@ -157,6 +158,8 @@ const MainRouter: FC = () => {
<Route path="/dashboard/unread-comments" element={<Dashboard />} />
<Route path="/dashboard/users-count" element={<Dashboard />} />
<Route path="/dashboard/orders-chart" element={<Dashboard />} />
<Route path={Pages.sellers.list} element={<SellerList />} />
</Routes>
</div>
</div>