2025-05-04 19:53:24 +03:00

9 lines
165 B
TypeScript

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