From c78426b31e966e84c41ae66dbe26e91965e48349 Mon Sep 17 00:00:00 2001 From: dongree Date: Thu, 21 Nov 2024 16:53:55 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20import=20?= =?UTF-8?q?=ED=98=B8=EC=B6=9C=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/StocksDetail/TradeSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FE/src/components/StocksDetail/TradeSection.tsx b/FE/src/components/StocksDetail/TradeSection.tsx index 36bbb19b..71419029 100644 --- a/FE/src/components/StocksDetail/TradeSection.tsx +++ b/FE/src/components/StocksDetail/TradeSection.tsx @@ -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;