Skip to content

Commit

Permalink
fix: 使用相对路径进行模块导入
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeSuger authored and boyongjiong committed Jun 24, 2024
1 parent 964e437 commit 44b457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/event/eventArgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Model,
TransformData,
TransformType,
} from 'src'
} from '..'

import NodeData = LogicFlow.NodeData
import EdgeData = LogicFlow.EdgeData
Expand Down

0 comments on commit 44b457c

Please sign in to comment.