mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Add export default to diagram files
This commit is contained in:
@@ -401,3 +401,8 @@ export const draw = function (text, id) {
|
||||
return getCounts(arr)[word] || 0
|
||||
}
|
||||
}
|
||||
|
||||
export default {
|
||||
setConf,
|
||||
draw
|
||||
}
|
||||
|
Reference in New Issue
Block a user