Skip to content

Commit

Permalink
[feat/#46] 빌드 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Sep 27, 2024
1 parent 0f6b03d commit 1a9dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useMyGroup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getGroupScores, getMyGroup, groupUserRank, GroupUserRankData, MyGroupData, withdrawMyGroup } from "@/api"
import { getGroupScores, getMyGroup, GroupUserRankData, MyGroupData, withdrawMyGroup } from "@/api"
import { useAuthStore } from "@/store"
import { useMyGroupStore } from "@/store/MyGroup"
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"
Expand Down

0 comments on commit 1a9dbbf

Please sign in to comment.