diff --git a/src/app/components/LoginForm.tsx b/src/app/components/LoginForm.tsx index 6e6ebd2..7f09e63 100644 --- a/src/app/components/LoginForm.tsx +++ b/src/app/components/LoginForm.tsx @@ -8,12 +8,7 @@ const LoginForm = () => { const [pw, setPw] = useState('') //PW const [param, setParam] = useState() - const login = () => { - - axios.post('login/oauth-kakao', { - - }) - } + const login = return ( <> @@ -30,4 +25,6 @@ const LoginForm = () => { ) -} \ No newline at end of file +} + +export default LoginForm; \ No newline at end of file