const SubNav = () => { const handleOnClick = () => { } return ( 로그인 회원가입 ) } // else if (store.role === "member") { // return ( // // 마이페이지 // 로그아웃 // // ) // } else if (store.role === "admin") { // // 관리자페이지 // 로그아웃 // // } else { // // 로그인 오류 // // } export default SubNav