mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
Add export default to diagram files
This commit is contained in:
@@ -272,3 +272,8 @@ export const draw = function (txt, id, ver) {
|
||||
logger.error(e.message)
|
||||
}
|
||||
}
|
||||
|
||||
export default {
|
||||
setConf,
|
||||
draw
|
||||
}
|
||||
|
Reference in New Issue
Block a user