import OrgInfoGuard from "~/components/OrgInfoGuard";
export default function EduAgentTraining(props) {
return <OrgInfoGuard history={props.history}>{props.children}</OrgInfoGuard>;
}