mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 09:05:58 +00:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
module.exports = {
|
|
renderer: [ 'type', require('./BpmnRenderer') ],
|
|
pathMap: [ 'type', require('./PathMap') ]
|
|
}; |