mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-10 16:06:26 +00:00
This commit puts all import related stuff into the import module. The core module remains as an entry point to require the basic modules needed by bpmn-js. At the time this is { import, draw }.
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
module.exports = {
|
|
bpmnImporter: [ 'type', require('./BpmnImporter') ]
|
|
}; |