Remove unused CHAT_TRIGGER_NODE_TYPE import from viewsData.ts

This commit is contained in:
Oleg Ivaniv 2024-11-13 09:13:30 +01:00
parent c063235682
commit 1036c445c8
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ import { useI18n } from '@/composables/useI18n';
import { useNodeTypesStore } from '@/stores/nodeTypes.store';
import type { SimplifiedNodeType } from '@/Interface';
import type { INodeTypeDescription, Themed } from 'n8n-workflow';
import { CHAT_TRIGGER_NODE_TYPE, NodeConnectionType } from 'n8n-workflow';
import { NodeConnectionType } from 'n8n-workflow';
import { useTemplatesStore } from '@/stores/templates.store';
import type { BaseTextKey } from '@/plugins/i18n';
import { camelCase } from 'lodash-es';