mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
|
|
import ckeditor from './../theme/icons/ckeditor.svg';
|
||
|
|
import './augmentation.js';
|
||
|
|
|
||
|
|
export { default as Admonition } from './admonition.js';
|
||
|
|
|
||
|
|
export const icons = {
|
||
|
|
ckeditor
|
||
|
|
};
|