Migration reflected from package-generator to support NIM.

This commit is contained in:
Piotr Szczęśniak
2024-05-20 14:27:21 +02:00
parent 4fcdc10758
commit 9a1e1eef92
25 changed files with 198 additions and 122 deletions

View File

@@ -8,7 +8,7 @@ import previewModeIcon from './../theme/icons/preview-mode.svg';
import splitModeIcon from './../theme/icons/split-mode.svg';
import sourceModeIcon from './../theme/icons/source-mode.svg';
export { default as Mermaid } from './mermaid';
export { default as Mermaid } from './mermaid.js';
export const icons = {
infoIcon,