mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Fix broken types for globally defined components (no-changelog) (#16505)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import N8nCallout from './Callout.vue';
|
||||
export type { CalloutTheme } from './Callout.vue';
|
||||
export type { CalloutTheme } from '../../types';
|
||||
export default N8nCallout;
|
||||
|
||||
Reference in New Issue
Block a user