mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
Initial commit.
This commit is contained in:
19
src/index.js
Normal file
19
src/index.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @module mermaid
|
||||
*/
|
||||
|
||||
import infoIcon from './../theme/icons/info.svg';
|
||||
import insertMermaidIcon from './../theme/icons/insert.svg';
|
||||
import previewModeIcon from './../theme/icons/previewMode.svg';
|
||||
import splitModeIcon from './../theme/icons/splitMode.svg';
|
||||
import sourceModeIcon from './../theme/icons/sourceMode.svg';
|
||||
|
||||
export { default as Mermaid } from './mermaid';
|
||||
|
||||
export const icons = {
|
||||
infoIcon,
|
||||
insertMermaidIcon,
|
||||
previewModeIcon,
|
||||
splitModeIcon,
|
||||
sourceModeIcon
|
||||
};
|
||||
Reference in New Issue
Block a user