From 8709bda60a65fb8cf22396019638588a7afc333b Mon Sep 17 00:00:00 2001 From: beom Date: Fri, 15 Nov 2024 14:53:41 +0900 Subject: [PATCH] =?UTF-8?q?feat(queryKey):=20wishlist=20=EC=BF=BC=EB=A6=AC?= =?UTF-8?q?=ED=82=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/queryKeys.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apis/queryKeys.ts b/src/apis/queryKeys.ts index b2ee30a..2a9a2ae 100644 --- a/src/apis/queryKeys.ts +++ b/src/apis/queryKeys.ts @@ -8,6 +8,7 @@ const QUERY_KEYS = { CHAT_ROOM: 'chatRoom', PRODUCT_DETAIL: 'productDetail', ARTIST_PROFILE: 'artistProfile', + WISH_LIST: 'wishList', }; export default QUERY_KEYS;