Skip to content

Commit

Permalink
Merge pull request #43 from DDD-Community/feat/#28
Browse files Browse the repository at this point in the history
[feat/#28] 빌드 오류 해결
  • Loading branch information
lkhoony authored Aug 30, 2024
2 parents 2a74db0 + 5cf10ad commit 59d4e0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/AuthPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import RoutePath from "@/constants/routes.json"
import { useAuthStore } from "@/store/AuthStore"
import { useSnapshotStore } from "@/store/SnapshotStore"
import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation"
import { useGetNoti, useModifyNoti } from "@/hooks/useNotiMutation"
import { useGetNoti } from "@/hooks/useNotiMutation"
import { useNotificationStore } from "@/store/NotificationStore"
import { duration, modifyNotification, notification } from "@/api/notification"

const AuthPage: React.FC = () => {
const navigate = useNavigate()
Expand All @@ -19,7 +18,6 @@ const AuthPage: React.FC = () => {
const signInMutation = useSignIn()
const getRecentSnapMutation = useGetRecentSnapshot()
const getNotiMutation = useGetNoti()
const modifyNotiMutation = useModifyNoti()
const [isLoading, setIsLoading] = useState(true)
const [isError, setIsError] = useState(false)

Expand Down

0 comments on commit 59d4e0a

Please sign in to comment.