import React from "react";
/** 课程管理路由出口(List 课程列表 / Add 新增课程) */
export default function CourseManage(props) {
return props.children;
}