list of request create product

This commit is contained in:
hamid zarghami
2025-10-12 10:48:53 +03:30
parent e8c657f573
commit db6157ae5d
10 changed files with 584 additions and 2 deletions
+2
View File
@@ -66,6 +66,7 @@ import SellerList from '@/pages/seller/List'
import WholeSaleRequest from '@/pages/seller/WholeSaleRequest'
import WithdrawalRequestPage from '@/pages/seller/WithdrawalRequest'
import Annoncement from '@/pages/seller/Annoncement'
import RequestCreateProduct from '@/pages/seller/RequestCreateProduct'
const MainRouter: FC = () => {
const { hasSubMenu } = useSharedStore()
@@ -165,6 +166,7 @@ const MainRouter: FC = () => {
<Route path={Pages.sellers.wholesaleRequests} element={<WholeSaleRequest />} />
<Route path={Pages.sellers.withdrawalRequests} element={<WithdrawalRequestPage />} />
<Route path={Pages.sellers.announcement} element={<Annoncement />} />
<Route path={Pages.sellers.requestCreateProduct} element={<RequestCreateProduct />} />
</Routes>
</div>
</div>