diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index de589d7..e3c0fdd 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,5 +1,14 @@ 'use client'; -import LoginForm from "../components/LoginForm"; +import LoginForm from '../components/LoginForm'; - \ No newline at end of file +const LoginPage = () => { + return ( +
+

로그인

+ +
+ ); +}; + +export default LoginPage; \ No newline at end of file