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>;
|
|
|
|
|
}
|