Files
nobat724_front/components/loginVerify/index.js
T

7 lines
116 B
JavaScript

function LoginVerifyPage() {
return (
<div>LoginVerifyPage</div>
)
}
export default LoginVerifyPage