zcloud-gbs-eightwork-react/src/pages/Container/Supervision/HotWork/index.js

6 lines
78 B
JavaScript

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