9 lines
175 B
TypeScript
Raw Normal View History

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