diff --git a/src/components/quotes/QuoteRegistrationV2.tsx b/src/components/quotes/QuoteRegistrationV2.tsx index 985b0637..0776908a 100644 --- a/src/components/quotes/QuoteRegistrationV2.tsx +++ b/src/components/quotes/QuoteRegistrationV2.tsx @@ -43,9 +43,9 @@ import { calculateBomBulk, getQuoteReferenceData, type FinishedGoods, - type BomCalculationResult, type BomBulkResponse, } from "./actions"; +import type { BomCalculationResult } from "./types"; import { getClients } from "../accounting/VendorManagement/actions"; import { isNextRedirectError } from "@/lib/utils/redirect-error"; // 실제 로그인 사용자 정보는 localStorage('user')에 저장됨 (LoginPage.tsx 참조)