Skip to content

Commit

Permalink
⚙️ chore: import 호출 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Nov 21, 2024
1 parent c80ab54 commit c78426b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FE/src/components/StocksDetail/TradeSection.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useEffect, useRef, useState } from 'react';
import { StockDetailType } from 'types';

import BuySection from './buySection';
import SellSection from './SellSection';
import BuySection from './buySection';

type TradeSectionProps = {
code: string;
Expand Down

0 comments on commit c78426b

Please sign in to comment.