mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
12 lines
311 B
TypeScript
12 lines
311 B
TypeScript
import ckeditor from './../theme/icons/math.svg?raw';
|
|
import './augmentation.js';
|
|
import "../theme/mathform.css";
|
|
|
|
export { default as Math } from './math.js';
|
|
export { default as MathUI } from './mathui.js';
|
|
export { default as AutoformatMath } from './autoformatmath.js';
|
|
|
|
export const icons = {
|
|
ckeditor
|
|
};
|