diff --git a/components/auth/LoginForm.tsx b/components/auth/LoginForm.tsx index f362332..382ca54 100644 --- a/components/auth/LoginForm.tsx +++ b/components/auth/LoginForm.tsx @@ -1,6 +1,7 @@ import { FormField } from '@/components/auth/FormField'; import { FaGithub } from 'react-icons/fa'; import { Button } from '@/components/auth/Button'; +import Link from 'next/link'; export function LoginForm() { return ( @@ -17,7 +18,12 @@ export function LoginForm() {
계정이 없으신가요? - 회원가입 + + 회원가입 +
계정이 있으신가요? - 로그인 + + 로그인 +
> );