support plan
This commit is contained in:
@@ -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 />} />
|
||||
|
||||
Reference in New Issue
Block a user