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