Skip to content

Commit

Permalink
chore: import type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Nov 27, 2024
1 parent abd591f commit cffa825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/__tests__/data/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { CanvasConnectionMode, CanvasNodeRenderType } from '@/types';
import { NodeConnectionType } from 'n8n-workflow';
import type { EventBus } from 'n8n-design-system';
import { createEventBus } from 'n8n-design-system';
import { ViewportTransform } from '@vue-flow/core';
import type { ViewportTransform } from '@vue-flow/core';

export function createCanvasNodeData({
id = 'node',
Expand Down

0 comments on commit cffa825

Please sign in to comment.