mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
import { useCssModule, computed, useAttrs, watchEffect } from 'vue';
|
||||
import N8nIcon from '../N8nIcon';
|
||||
import N8nSpinner from '../N8nSpinner';
|
||||
import type { ButtonProps } from '@/types/button';
|
||||
import type { ButtonProps } from 'n8n-design-system/types/button';
|
||||
|
||||
const $style = useCssModule();
|
||||
const $attrs = useAttrs();
|
||||
|
||||
Reference in New Issue
Block a user