mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
chore(ckeditor5-math): initialize empty plugin
This commit is contained in:
8
packages/ckeditor5-math/src/index.ts
Normal file
8
packages/ckeditor5-math/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import ckeditor from './../theme/icons/ckeditor.svg';
|
||||
import './augmentation.js';
|
||||
|
||||
export { default as Math } from './math.js';
|
||||
|
||||
export const icons = {
|
||||
ckeditor
|
||||
};
|
||||
Reference in New Issue
Block a user