mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: typecheck
This commit is contained in:
parent
c01af2e85a
commit
1fd69b9ecc
|
@ -9,7 +9,6 @@ import { createEventBus } from '@n8n/utils/event-bus';
|
|||
import type { CanvasEventBusEvents } from '@/types';
|
||||
import { useVueFlow } from '@vue-flow/core';
|
||||
import { useNodeTypesStore } from '@/stores/nodeTypes.store';
|
||||
import { SIMULATE_NODE_TYPE, SIMULATE_TRIGGER_NODE_TYPE } from '@/constants';
|
||||
|
||||
defineOptions({
|
||||
inheritAttrs: false,
|
||||
|
|
Loading…
Reference in a new issue