Skip to content

Commit 316a3c8

Browse files
committed
fix: ESLint 오류 해결
1 parent fda66f7 commit 316a3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/apis/buy/queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { wishlistKeys } from '@shared/apis/wishlist';
12
import { keepPreviousData, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
23
import { getBuyAutocomplete, getBuyItemById, getBuyItemsByCondition, togglePostWishlist } from './api';
34
import { buyKeys } from './keys';
4-
import { wishlistKeys } from '@shared/apis/wishlist';
55
import type { BuyListCondition } from './types';
66
import type { BuyItem } from '@shared/types/buy';
77

0 commit comments

Comments
 (0)