Skip to content

Commit

Permalink
chore: rename CoreModule => OverlaysModule
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm authored and philippfromme committed Mar 1, 2023
1 parent 2014bba commit 8449db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/features/overlays/Overlays.spec.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Diagram from '../../Diagram';

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

import Overlays, { OverlayAttrs } from './Overlays';

const diagram = new Diagram({
modules: [
CoreModule
OverlaysModule
]
});

Expand Down

0 comments on commit 8449db0

Please sign in to comment.