6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
|
|
function EnterpriseEmergencyPersonnel(props) {
|
||
|
|
return props.children;
|
||
|
|
}
|
||
|
|
|
||
|
|
export default EnterpriseEmergencyPersonnel;
|