mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-28 07:51: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';
|