fix(WEB): BomCalculationResult import 경로 수정
- actions.ts에서 제거된 type re-export를 types.ts에서 직접 import로 변경
This commit is contained in:
@@ -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 참조)
|
||||
|
||||
Reference in New Issue
Block a user