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