safety-eval-service-frontend/src/pages/Container/EduTraining/CourseManage/index.js

7 lines
175 B
JavaScript
Raw Normal View History

2026-08-21 15:45:34 +08:00
import React from "react";
2026-08-19 13:47:08 +08:00
2026-08-21 15:45:34 +08:00
/** 课程管理路由出口List 课程列表 / Add 新增课程) */
export default function CourseManage(props) {
return props.children;
2026-08-19 13:47:08 +08:00
}