mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
import { createEventBus } from 'n8n-design-system';
|
||
|
|
||
|
export const mfaEventBus = createEventBus();
|