mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-18 08:00:48 -08:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
|
import { createEventBus } from 'n8n-design-system/utils';
|
||
|
|
||
|
export const ndvEventBus = createEventBus();
|