mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-27 23:41:31 +08: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';
|