We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090618a commit 7912797Copy full SHA for 7912797
guides/release/testing/testing-components.md
@@ -285,7 +285,6 @@ Imagine you have the following component that uses a location service to display
285
286
```javascript {data-filename="app/components/location-indicator.js"}
287
import Component from '@glimmer/component';
288
-import { computed } from '@ember/object';
289
import { inject as service } from '@ember/service';
290
291
export default class LocationIndicatorComponent extends Component {
0 commit comments