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

5 lines
185 B
JavaScript

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