Skip to content

Commit

Permalink
fix: apiGetLoginValid import path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thgee committed Aug 22, 2024
1 parent 64a205f commit 7d20de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/hooks/useAuth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { apiGetLoginValid } from "@core/apis/login/apiGetLoginValid";
import { apiGetLoginValid } from "../apis/login/apiGetLoginValid";
import { initializeApp } from "firebase/app";
import {
getAuth,
Expand Down

0 comments on commit 7d20de6

Please sign in to comment.