Skip to content

Commit

Permalink
Merge pull request #1265 from wumail/master
Browse files Browse the repository at this point in the history
fix the problem about failed deployment by wrong import
  • Loading branch information
towersxu authored Aug 3, 2023
2 parents d03b23c + 01442a4 commit c84d97a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-shadow */
/* eslint-disable @typescript-eslint/naming-convention */
import { h } from '@logicflow/core';
import { GroupNode } from '@logicflow/extension';
import { GroupNode } from '../../../materials/group/index';

export function SubProcessFactory(): {
type: string,
Expand Down

0 comments on commit c84d97a

Please sign in to comment.