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