mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
test(ckeditor5-mermaid): solve "duplicated modules" error
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
import { ClassicEditor } from '@ckeditor/ckeditor5-editor-classic';
|
||||
import { Paragraph } from '@ckeditor/ckeditor5-paragraph';
|
||||
import {
|
||||
_setModelData as setModelData,
|
||||
_getModelData as getModelData
|
||||
} from '@ckeditor/ckeditor5-engine';
|
||||
|
||||
import InsertMermaidCommand from '../../src/commands/insertMermaidCommand.js';
|
||||
import MermaidEditing from '../../src/mermaidediting.js';
|
||||
import { ClassicEditor, Paragraph, _setModelData as setModelData, _getModelData as getModelData } from 'ckeditor5';
|
||||
|
||||
/* global document */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user