mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
![]() |
import ckeditor from './../theme/icons/ckeditor.svg';
|
||
|
import './augmentation.js';
|
||
|
|
||
|
export { default as Footnotes } from './footnotes.js';
|
||
|
|
||
|
export const icons = {
|
||
|
ckeditor
|
||
|
};
|