mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
|
|
import ckeditor from './../theme/icons/ckeditor.svg';
|
||
|
|
import './augmentation.js';
|
||
|
|
|
||
|
|
export { default as Math } from './math.js';
|
||
|
|
|
||
|
|
export const icons = {
|
||
|
|
ckeditor
|
||
|
|
};
|