mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 11:31:38 -08:00
remove unused import
This commit is contained in:
parent
f101fc43e6
commit
9c5dff42b9
|
@ -4,7 +4,6 @@ import {
|
||||||
NodeConnectionType,
|
NodeConnectionType,
|
||||||
type IRunData,
|
type IRunData,
|
||||||
type IRunExecutionData,
|
type IRunExecutionData,
|
||||||
type NodeError,
|
|
||||||
type Workflow,
|
type Workflow,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
import RunData from './RunData.vue';
|
import RunData from './RunData.vue';
|
||||||
|
|
Loading…
Reference in a new issue