Skip to content

Commit

Permalink
Update packages/ui/src/models/visualization/visualization-node.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Sep 17, 2024
1 parent a18a987 commit 9b7cd80
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { camelRouteJson } from '../../stubs/camel-route';
import { NodeLabelType } from '../settings';
import { BaseVisualCamelEntity, DISABLED_NODE_INTERACTION, IVisualizationNode, NodeInteraction } from './base-visual-entity';
import {
BaseVisualCamelEntity,
DISABLED_NODE_INTERACTION,
IVisualizationNode,
NodeInteraction,
} from './base-visual-entity';
import { CamelRouteVisualEntity } from './flows';
import { createVisualizationNode } from './visualization-node';

Expand Down

0 comments on commit 9b7cd80

Please sign in to comment.