Skip to content

Commit 17e3778

Browse files
NullVoxPopulikategengler
authored andcommitted
VERSION has an import
1 parent 6352cda commit 17e3778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1003-deprecation-import-ember-from-ember.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A good few already have available imports though.
7676
| | API | import |
7777
| - | --- | ------ |
7878
|🔒| `Ember.meta` | `import { meta } from '@ember/-internals/meta';` |
79-
|🌐| `Ember.VERSION` | none, we should add one, `@ember/version` |
79+
|🌐| `Ember.VERSION` | `import { VERSION } from '@ember/version';` |
8080
|🔒| `Ember._captureRenderTree` | `import { captureRenderTree } from '@ember/debug';` |
8181
|🔒| `Ember.instrument` | `import { instrument } from '@ember/instrumentation';` |
8282
|🔒| `Ember.subscribe` | `import { subscribe } from '@ember/instrumentation';` |

0 commit comments

Comments
 (0)