3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
|
module.exports = {
|
||
|
bpmnImporter: [ 'type', require('./BpmnImporter') ]
|
||
|
};
|