import React from 'react';
function AboutSiteMgt(props) {
return (
<div className="container">
AboutSiteMgt
</div>
);
}
export default AboutSiteMgt;