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

8 lines
100 B
JavaScript

function PersonnelInfo(props) {
return (
props.children
);
}
export default PersonnelInfo;