feat: Add Ask AI to HTTP Request Node (#8917)
This commit is contained in:
3
packages/editor-ui/src/event-bus/import-curl.ts
Normal file
3
packages/editor-ui/src/event-bus/import-curl.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createEventBus } from 'n8n-design-system/utils';
|
||||
|
||||
export const importCurlEventBus = createEventBus();
|
||||
@@ -2,6 +2,7 @@ export * from './code-node-editor';
|
||||
export * from './data-pinning';
|
||||
export * from './link-actions';
|
||||
export * from './html-editor';
|
||||
export * from './import-curl';
|
||||
export * from './node-view';
|
||||
export * from './mfa';
|
||||
export * from './ndv';
|
||||
|
||||
Reference in New Issue
Block a user