refactor: Enable import/order for design-system, workflow and @n8n packages (#10847)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import './main.scss';
|
||||
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
import type { ChatOptions } from '@n8n/chat/types';
|
||||
|
||||
import { defaultMountingTarget, defaultOptions } from '@n8n/chat/constants';
|
||||
import { createDefaultMountingTarget } from '@n8n/chat/utils';
|
||||
import { ChatPlugin } from '@n8n/chat/plugins';
|
||||
import type { ChatOptions } from '@n8n/chat/types';
|
||||
import { createDefaultMountingTarget } from '@n8n/chat/utils';
|
||||
|
||||
import App from './App.vue';
|
||||
|
||||
export function createChat(options?: Partial<ChatOptions>) {
|
||||
const resolvedOptions: ChatOptions = {
|
||||
|
||||
Reference in New Issue
Block a user