mirror of
https://github.com/zadam/trilium.git
synced 2026-04-09 05:28:55 +02: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';
|