9 lines
171 B
TypeScript
Raw Normal View History

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