seller list + view contract and confrim + approve register
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user