Skip to content

Commit

Permalink
🧹 내 투표 조회 쿼리 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsung23 committed Mar 10, 2024
1 parent 7866470 commit 7ca5725
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/app/mypage/_components/MyVote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { VoteCard } from '@/components/features/vote';
import { ConfirmBottomSheet, EmptyVote, OptionBottomSheet } from '@/components/shared';
import { Typography } from '@/foundations/typography';
import { useBottomSheetState } from '@/hooks';
import { useGetMyVote } from '@/hooks/auth';
import { useDeleteVoteMutation } from '@/hooks/vote';
import { useDeleteVoteMutation, useGetMyVote } from '@/hooks/vote';
import { VoteType } from '@/types/vote';
import { fromNowOf } from '@/utils/dates';

Expand Down
1 change: 0 additions & 1 deletion src/hooks/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as useAuth } from './useAuth';
export { default as useGetMyVote } from './useGetMyVote';
export { default as useGetUser } from './useGetUser';
1 change: 1 addition & 0 deletions src/hooks/vote/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { default as useCreateVoteReplyMutation } from './useCreateVoteReplyMutat
export { default as useDeleteVoteMutation } from './useDeleteVoteMutation';
export { default as useDeleteVoteReplyMutation } from './useDeleteVoteReplyMutation';
export { useGetAllVotes } from './useGetAllVotes';
export { default as useGetMyVote } from './useGetMyVote';
export { useGetVoteById } from './useGetVoteById';
export { useGetVoteBySearch } from './useGetVoteBySearch';
export { default as useGetVoteReplies } from './useGetVoteReplies';
Expand Down
File renamed without changes.

0 comments on commit 7ca5725

Please sign in to comment.