mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
chore(nx/ckeditor): initialize emptyproject for keyboard-marker
This commit is contained in:
8
packages/ckeditor5-keyboard-marker/src/index.ts
Normal file
8
packages/ckeditor5-keyboard-marker/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import ckeditor from './../theme/icons/ckeditor.svg';
|
||||
import './augmentation.js';
|
||||
|
||||
export { default as KeyboardMarker } from './keyboardmarker.js';
|
||||
|
||||
export const icons = {
|
||||
ckeditor
|
||||
};
|
||||
Reference in New Issue
Block a user