Skip to content

Commit

Permalink
refactor: 타입명 명확히 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junhee1203 authored and SeungGwan123 committed Nov 21, 2024
1 parent 206dd8d commit b1bbe04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/client/src/api/coin.ts

This file was deleted.

5 changes: 5 additions & 0 deletions packages/client/src/hooks/usePeriodChart.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
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 b1bbe04

Please sign in to comment.