import React from 'react'; import { Link } from 'react-router-dom'; import URL from 'constants/url'; import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function CommitteeCodeMgt(props) { const Location = React.memo(function Location() { return (
) }); return (
{/* */} {/* */}
{/* */} {/* */}
{/* */}

위원회 코드 관리

여기에 구현해주세요. {/* */}
); } export default CommitteeCodeMgt;