function BranchCompany(props) {
return (
<div>
{props.children}
</div>
);
}
export default BranchCompany;