Skip to content

Commit 2eef0c1

Browse files
committed
🐛 fix: 修复类型引入问题
1 parent 6b31af4 commit 2eef0c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/tree-operations.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { TreeNode } from "./types/tree-operations-type";
2-
import { CheckStatus } from "./types/tree-operations-type";
1+
import type { CheckStatus, TreeNode } from "./types/tree-operations-type";
32

43
/**
54
* ========================

0 commit comments

Comments
 (0)