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 c78426b commit e97765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/StocksDetail/TradeSection.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useRef, useState } from 'react';
import { StockDetailType } from 'types';
import SellSection from './SellSection';
import BuySection from './buySection';
import BuySection from './BuySection';

type TradeSectionProps = {
code: string;
Expand Down

0 comments on commit e97765f

Please sign in to comment.