diff --git a/FE/src/components/StocksDetail/TradeSection.tsx b/FE/src/components/StocksDetail/TradeSection.tsx index 71419029..d30188c9 100644 --- a/FE/src/components/StocksDetail/TradeSection.tsx +++ b/FE/src/components/StocksDetail/TradeSection.tsx @@ -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;