mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
15 lines
389 B
TypeScript
15 lines
389 B
TypeScript
import ckeditor from './../theme/icons/math.svg?raw';
|
|
import './augmentation.js';
|
|
import "../theme/mathform.css";
|
|
import 'mathlive';
|
|
import 'mathlive/fonts.css';
|
|
import 'mathlive/static.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
|
|
};
|