Skip to content

Commit

Permalink
refactor: 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
NohWookJin committed Jan 14, 2024
1 parent 33edf9f commit f9e6ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wish/Wish.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useState } from 'react';
import { useInfiniteQuery } from '@tanstack/react-query';
import { getMemberTours } from '@api/member';
import WishCategory from './WishCategory';
import WishList from './WishList';
import NoDataMessage from '@components/common/noData/NoDataMessage';
import { getMemberTours } from '@api/member';
import { HeartIcon } from '@components/common/icons/Icons';

const Wish = () => {
Expand Down

0 comments on commit f9e6ee8

Please sign in to comment.