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

컨텐츠 관리

문자 발송

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