job page
This commit is contained in:
@@ -52,6 +52,7 @@ import FaqUpdate from '@/pages/setting/FaqUpdate'
|
||||
import ShipmentPage from '@/pages/setting/ShipmentPage'
|
||||
import PrivacyPage from '@/pages/setting/PrivacyPage'
|
||||
import ReturnPolicyPage from '@/pages/setting/ReturnPolicyPage'
|
||||
import JobsPage from '@/pages/setting/JobsPage'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -129,6 +130,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.pages.shipment} element={<ShipmentPage />} />
|
||||
<Route path={Pages.pages.privacy} element={<PrivacyPage />} />
|
||||
<Route path={Pages.pages.returnPolicy} element={<ReturnPolicyPage />} />
|
||||
<Route path={Pages.pages.jobs} element={<JobsPage />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user