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

5 lines
186 B
JavaScript
Raw Normal View History

2026-08-28 09:36:24 +08:00
import OrgInfoGuard from "~/components/OrgInfoGuard";
export default function EduAgentTraining(props) {
return <OrgInfoGuard history={props.history}>{props.children}</OrgInfoGuard>;
}