Skip to content

Commit

Permalink
hotfix: rebase error 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 21, 2024
1 parent a61abe2 commit 05a304e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/client/src/hooks/usePeriodChart.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { getCandleByPeriod } from '@/api/market';
<<<<<<< HEAD
import { Candle, CandlePeriod, InfiniteCandle } from '@/types/chart';
import { useSuspenseInfiniteQuery } from '@tanstack/react-query';
=======
import { CandlePeriod } from '@/types/chart';
import { useSuspenseQuery } from '@tanstack/react-query';
>>>>>>> 9ed63c1 (refactor: 타입명 명확히 수정)

export function usePeriodChart(
market: string,
Expand Down

0 comments on commit 05a304e

Please sign in to comment.