import React from "react"; function MonitorManage(props) { return ( props.children ); } export default MonitorManage;