remove unused import

This commit is contained in:
Charlie Kolb 2025-01-10 17:37:49 +01:00
parent f101fc43e6
commit 9c5dff42b9
No known key found for this signature in database

View file

@ -4,7 +4,6 @@ import {
NodeConnectionType,
type IRunData,
type IRunExecutionData,
type NodeError,
type Workflow,
} from 'n8n-workflow';
import RunData from './RunData.vue';