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

7 lines
174 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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