Skip to content

Commit

Permalink
feat(queryKey): wishlist 쿼리키 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Nov 15, 2024
1 parent f5a8b5c commit 8709bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/queryKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const QUERY_KEYS = {
CHAT_ROOM: 'chatRoom',
PRODUCT_DETAIL: 'productDetail',
ARTIST_PROFILE: 'artistProfile',
WISH_LIST: 'wishList',
};

export default QUERY_KEYS;

0 comments on commit 8709bda

Please sign in to comment.