Enable flowchart on exampleSite

This commit is contained in:
Bernat Borràs Civil 2025-03-26 16:19:13 +01:00
parent fe7b7e9dd4
commit 8cbd44b96f
2 changed files with 1 additions and 2 deletions

View file

@ -86,7 +86,6 @@ function setMermaidTheme(siteTheme) {
function initMermaid() {
saveOriginalData().catch(console.error);
setMermaidTheme("light");
}
export { setMermaidTheme }