fix(WEB): BomCalculationResult import 경로 수정

- actions.ts에서 제거된 type re-export를 types.ts에서 직접 import로 변경
This commit is contained in:
2026-02-09 21:39:08 +09:00
parent c82724153f
commit 14b84cc08d

View File

@@ -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 참조)