mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 23:24:25 +01:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
/**
|
|
* @module math
|
|
*/
|
|
|
|
export { default as Math } from './math';
|
|
export { default as AutoformatMath } from './autoformatmath';
|