mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-29 16:48:31 -06: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';
|