base page title

This commit is contained in:
hamid zarghami
2025-10-15 12:29:37 +03:30
parent 48d79ac3cb
commit 587a2f30b1
99 changed files with 1280 additions and 673 deletions
+4 -4
View File
@@ -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 />} />