Skip to content

Commit

Permalink
Merge pull request #20619 from emberjs/cleanup-unused
Browse files Browse the repository at this point in the history
[CLEANUP canary] Cleanup incorrect module usage
  • Loading branch information
ef4 committed Jan 4, 2024
2 parents 5c19329 + 74dd276 commit f467389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
runTask,
} from 'internal-test-helpers';

import { DEBUG } from '@ember/debug';
import { DEBUG } from '@glimmer/env';
import { set } from '@ember/object';
import { getOwner } from '@ember/-internals/owner';
import Controller from '@ember/controller';
Expand Down
2 changes: 0 additions & 2 deletions packages/@ember/-internals/glimmer/tests/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export {
Helper,
helper,
Component,
InteractiveRenderer,
InertRenderer,
htmlSafe,
SafeString,
DOMChanges,
Expand Down

0 comments on commit f467389

Please sign in to comment.