Skip to content

Commit

Permalink
Fix import modals-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nechiporenko committed Jun 19, 2018
1 parent 905feb6 commit 956ccda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/services/modals-manager.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import ModalsContainer from 'ember-modals-manager-internal/components/modals-container';
export default ModalsContainer.extend({});
import ModalsManager from 'ember-modals-manager-internal/services/modals-manager';
export default ModalsManager.extend({});

0 comments on commit 956ccda

Please sign in to comment.