mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 19:52:28 +08:00
11 lines
258 B
TypeScript
11 lines
258 B
TypeScript
import ckeditor from './../theme/icons/math.svg';
|
|
import './augmentation.js';
|
|
import "../theme/mathform.css";
|
|
|
|
export { default as Math } from './math.js';
|
|
export { default as AutoformatMath } from './autoformatmath.js';
|
|
|
|
export const icons = {
|
|
ckeditor
|
|
};
|