mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Convert to DLL compatible plugin (#46)
This commit is contained in:
committed by
Tony Narlock
parent
0dbe462a9e
commit
383361733a
@@ -1,5 +1,5 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
import Widget from '@ckeditor/ckeditor5-widget/src/widget';
|
||||
import { Plugin } from 'ckeditor5/src/core';
|
||||
import { Widget } from 'ckeditor5/src/widget';
|
||||
|
||||
import MathUI from './mathui';
|
||||
import MathEditing from './mathediting';
|
||||
|
||||
Reference in New Issue
Block a user