dashboard
This commit is contained in:
@@ -61,6 +61,7 @@ import SiteSetting from '@/pages/setting/SiteSetting'
|
||||
import JobsList from '@/pages/jobs/List'
|
||||
import Resumes from '@/pages/jobs/Resume'
|
||||
import ContactUsList from '@/pages/contactUs/List'
|
||||
import Dashboard from '@/pages/dashboard/Dashboard'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -149,6 +150,13 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.jobs.resumes} element={<Resumes />} />
|
||||
|
||||
<Route path={Pages.contactUs.list} element={<ContactUsList />} />
|
||||
|
||||
<Route path={Pages.dashboard} element={<Dashboard />} />
|
||||
<Route path="/dashboard/products-count" element={<Dashboard />} />
|
||||
<Route path="/dashboard/orders-count" element={<Dashboard />} />
|
||||
<Route path="/dashboard/unread-comments" element={<Dashboard />} />
|
||||
<Route path="/dashboard/users-count" element={<Dashboard />} />
|
||||
<Route path="/dashboard/orders-chart" element={<Dashboard />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user