mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 13:57:29 -08:00
55c201eb21
* convert all stories to typescript * stricter typing for element-ui imports
5 lines
142 B
JavaScript
5 lines
142 B
JavaScript
import * as locale from './locale';
|
|
import designSystemComponents from './plugins/n8nComponents';
|
|
|
|
export { locale, designSystemComponents };
|