Skip to content

Commit fd9e172

Browse files
committed
chore: add missing import
Signed-off-by: braks <[email protected]>
1 parent 7a7c68f commit fd9e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
XYPosition,
2525
XYZPosition,
2626
} from '../types'
27-
import { isDef, isMacOs, snapPosition } from '.'
27+
import { isDef, isMacOs, snapPosition, warn } from '.'
2828

2929
export function nodeToRect(node: GraphNode): Rect {
3030
return {

0 commit comments

Comments
 (0)