Skip to content

Commit

Permalink
Merge pull request #416 from ember-cli/do-not-use-ember-barrel
Browse files Browse the repository at this point in the history
Do not use Ember Barrel file import
  • Loading branch information
ef4 authored Jun 10, 2024
2 parents e9e37d8 + 65e9aa6 commit a045e43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addon/initializer-factory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Ember from 'ember';

const { libraries } = Ember;
import { libraries } from '@ember/-internals/metal';

export default function initializerFactory(name, version) {
let registered = false;
Expand Down

0 comments on commit a045e43

Please sign in to comment.