Skip to content

Commit

Permalink
Merge pull request #100 from DDD-Community/feat/#46
Browse files Browse the repository at this point in the history
[feat/#46] 빌드 오류 해결
  • Loading branch information
lkhoony authored Sep 27, 2024
2 parents 0f6b03d + 1a9dbbf commit 134d4b3
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 134d4b3

Please sign in to comment.