9 lines
165 B
TypeScript
Raw Normal View History

import ckeditor from './../theme/icons/ckeditor.svg';
import './augmentation.js';
export { default as Math } from './math.js';
export const icons = {
ckeditor
};