Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayJagan committed Jul 19, 2023
1 parent e5234d4 commit 58b60ac
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ import { ProcessInstance } from '@kogito-apps/management-console-shared';
import { MessageBusClientApi } from '@kie-tools-core/envelope-bus/dist/api';
import { ServerlessWorkflowCombinedEditorChannelApi } from '@kie-tools/serverless-workflow-combined-editor/dist/api';
import { ServerlessWorkflowCombinedEditorEnvelopeApi } from '@kie-tools/serverless-workflow-combined-editor/dist/api/ServerlessWorkflowCombinedEditorEnvelopeApi';
import {
getOmmitedNodesForTimeline,
getSuccessNodes
} from '../../../utils/Utils';
import { getSuccessNodes } from '../../../utils/Utils';

enum NodeColors {
ERROR_COLOR = '#f4d5d5',
Expand Down

0 comments on commit 58b60ac

Please sign in to comment.