refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import defaultLang from '../locale/lang/en';
|
||||
import createFormatTemplate from './format';
|
||||
import type { N8nLocale, N8nLocaleTranslateFn } from '@/types';
|
||||
import type { N8nLocale, N8nLocaleTranslateFn } from 'n8n-design-system/types';
|
||||
|
||||
// import { ElementLocale } from 'element-plus';
|
||||
// import ElementLang from 'element-plus/lib/locale/lang/en';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import type { N8nLocale } from '@/types';
|
||||
import type { N8nLocale } from 'n8n-design-system/types';
|
||||
|
||||
export default {
|
||||
'nds.auth.roles.owner': 'Owner',
|
||||
|
||||
Reference in New Issue
Block a user