Skip to content

Commit efd02e8

Browse files
committed
fix: remov eunsed var
1 parent ab02382 commit efd02e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useFcbData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { fetchFcbMeta } from "@/api/fcb/meta";
2-
import { exportData, fetchFcb, getCjSeq } from "@/api/fcb/query";
2+
import { exportData, fetchFcb } from "@/api/fcb/query";
33
import type {
44
AttributeQuery,
55
Condition,

0 commit comments

Comments
 (0)