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