Skip to content

Commit

Permalink
feat : 로그인페이지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesung99 committed Oct 24, 2023
1 parent 218c281 commit c1d88b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import KakaoLoginButton from '@/components/kakaoLoginButton/KakaoLoginButton';

const LoginPage = () => {
return (
<>
<KakaoLoginButton />;
</>
);
};

export default LoginPage;

0 comments on commit c1d88b9

Please sign in to comment.