diff --git a/src/services/matrix/craft.ts b/src/services/matrix/craft.ts index 7570125..9ee3d43 100644 --- a/src/services/matrix/craft.ts +++ b/src/services/matrix/craft.ts @@ -1,7 +1,6 @@ import type { WorkType } from "../globalCmd/cmdTypes"; import httpRequest, { type BaseResponse } from "../httpRequest"; import type { CraftItem } from "@/services/matrix/type"; -import { getHistoryInfo } from '../../../../A8000/src/services/Index/history'; export function getList(params: { pageSize: number; pageNum: number }) { return httpRequest({