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