Skip to content

Commit

Permalink
chore: drop unnecessary CoreModule
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm authored and philippfromme committed Mar 1, 2023
1 parent 8449db0 commit 6519fd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/features/modeling/Modeling.spec.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import Diagram from '../../Diagram';

import CoreModule from '.';
import ElementFactory from '../../core/ElementFactory';

import ModelingModule from '.';
import Modeling from './Modeling';

const diagram = new Diagram({
modules: [
CoreModule,
ModelingModule
]
});
Expand Down

0 comments on commit 6519fd4

Please sign in to comment.