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