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

8 lines
100 B
JavaScript
Raw Normal View History

2026-06-23 18:07:30 +08:00
function PersonnelInfo(props) {
return (
2026-06-30 17:43:05 +08:00
props.children
2026-06-23 18:07:30 +08:00
);
}
export default PersonnelInfo;