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

7 lines
174 B
JavaScript
Raw Normal View History

2026-08-21 17:43:57 +08:00
import React from "react";
2026-08-21 15:45:34 +08:00
2026-08-21 17:43:57 +08:00
/** 班级管理路由出口List 班级列表 / Add 新增班级) */
export default function ClassManage(props) {
return props.children;
2026-08-21 15:45:34 +08:00
}