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

5 lines
185 B
JavaScript
Raw Normal View History

2026-07-20 16:57:49 +08:00
import OrgInfoGuard from "~/components/OrgInfoGuard";
2026-06-30 17:32:29 +08:00
2026-07-20 16:57:49 +08:00
export default function QualApplication(props) {
return <OrgInfoGuard history={props.history}>{props.children}</OrgInfoGuard>;
}