Notes/src/index.js
2023-03-13 19:30:58 -05:00

7 lines
129 B
JavaScript

/**
* @module math
*/
export { default as Math } from './math';
export { default as AutoformatMath } from './autoformatmath';