Removed unused dependency "he"

This commit is contained in:
Fabio Spampinato
2021-06-03 13:23:26 +01:00
parent c77e7af126
commit 359ea05680
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
* the diagrams to svg code.
*/
// import { decode } from 'he';
import decode from 'entity-decode/browser';
import { log } from './logger';
import mermaidAPI from './mermaidAPI';