refactor(editor): Combine type imports in editor-ui (no-changelog) (#6072)

 Combine type imports in `editor-ui`
This commit is contained in:
Iván Ovejero
2023-04-24 13:58:22 +02:00
committed by GitHub
parent 308a94311f
commit 1bb6672498
4 changed files with 6 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ import type {
IAbstractEventMessage,
IConnection,
IConnections,
IDataObject,
IExecutionsSummary,
INode,
INodeConnections,
@@ -53,7 +54,6 @@ import type {
ITaskData,
IWorkflowSettings,
} from 'n8n-workflow';
import type { IDataObject } from 'n8n-workflow';
import { deepCopy, NodeHelpers, Workflow } from 'n8n-workflow';
import Vue from 'vue';