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

6 lines
78 B
JavaScript
Raw Normal View History

2026-03-20 09:48:21 +08:00
function HotWork(props) {
return props.children;
}
export default HotWork;