update
This commit is contained in:
9
ebpm-process-modeler/public/js/bpmn-js/lib/core/index.js
Normal file
9
ebpm-process-modeler/public/js/bpmn-js/lib/core/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import DrawModule from '../draw';
|
||||
import ImportModule from '../import';
|
||||
|
||||
export default {
|
||||
__depends__: [
|
||||
DrawModule,
|
||||
ImportModule
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user