Skip to content

Commit

Permalink
fix:#11 Rename import URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 committed Jul 9, 2024
1 parent 3cbbb57 commit 37750a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DefaultLayout } from "@/layout/DefaultLayout";
import SocialLoginButton from "@/component/button/SocialLoginButton";
import { kakaoLogin } from "./kakao/KakaoLogin";
import { kakaoLogin } from "./kakao/kakaoLogin";
import { googleLogin } from "./google/googleLogin";

const Login = () => {
Expand Down

0 comments on commit 37750a9

Please sign in to comment.