support plan

This commit is contained in:
hamid zarghami
2025-05-05 16:59:48 +03:30
parent b945ffb0a3
commit f45273fc96
25 changed files with 552 additions and 9 deletions
+2
View File
@@ -29,6 +29,7 @@ import CallBack from '../pages/payment/CallBack'
import MyDiscountList from '../pages/discounts/List'
import LearningDetail from '../pages/learning/Detail'
import BuyService from '../pages/service/BuyService'
import Support from '../pages/support/Support'
const MainRouter: FC = () => {
return (
@@ -40,6 +41,7 @@ const MainRouter: FC = () => {
<div className='xl:pb-20 pb-32'>
<Routes>
<Route path={Pages.dashboard} element={<Home />} />
<Route path={Pages.support.index} element={<Support />} />
<Route path={Pages.services.mine} element={<MyServices />} />
<Route path={Pages.services.other} element={<OtherServices />} />
<Route path={Pages.services.detail + ':id'} element={<DetailService />} />