contract
This commit is contained in:
@@ -71,6 +71,7 @@ import CategoryLearning from '@/pages/seller/CategoryLearning'
|
||||
import Learning from '@/pages/seller/Learning'
|
||||
import CreateLearning from '@/pages/seller/CreateLearning'
|
||||
import UpdateLearning from '@/pages/seller/UpdateLearning'
|
||||
import ContractPage from '@/pages/seller/Contract'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -175,6 +176,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.sellers.learning} element={<Learning />} />
|
||||
<Route path={Pages.sellers.learningCreate} element={<CreateLearning />} />
|
||||
<Route path={`${Pages.sellers.learningUpdate}:id`} element={<UpdateLearning />} />
|
||||
<Route path={Pages.sellers.contract} element={<ContractPage />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user