Convert to DLL compatible plugin (#46)

This commit is contained in:
Daniel Kulbe
2023-02-06 19:35:50 +01:00
committed by Tony Narlock
parent 0dbe462a9e
commit 383361733a
30 changed files with 1984 additions and 2827 deletions

View File

@@ -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';