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