Skip to content

Commit

Permalink
Do not use Ember Barrel file import
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 10, 2024
1 parent e9e37d8 commit 65e9aa6
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 65e9aa6

Please sign in to comment.