base page title
This commit is contained in:
+4
-4
@@ -169,11 +169,11 @@ const MainRouter: FC = () => {
|
||||
<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/product-stats" element={<Dashboard />} />
|
||||
<Route path="/dashboard/order-stats" element={<Dashboard />} />
|
||||
<Route path="/dashboard/unread-comments" element={<Dashboard />} />
|
||||
<Route path="/dashboard/users-count" element={<Dashboard />} />
|
||||
<Route path="/dashboard/orders-chart" element={<Dashboard />} />
|
||||
<Route path="/dashboard/user-stats" element={<Dashboard />} />
|
||||
<Route path="/dashboard/order-chart" element={<Dashboard />} />
|
||||
|
||||
<Route path={Pages.sellers.list} element={<SellerList />} />
|
||||
<Route path={Pages.sellers.wholesaleRequests} element={<WholeSaleRequest />} />
|
||||
|
||||
Reference in New Issue
Block a user