Skip to content

Commit 7912797

Browse files
rwjbluemuziejus
andauthored
Update guides/release/testing/testing-components.md
Co-Authored-By: muziejus <[email protected]>
1 parent 090618a commit 7912797

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/release/testing/testing-components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ Imagine you have the following component that uses a location service to display
285285
286286
```javascript {data-filename="app/components/location-indicator.js"}
287287
import Component from '@glimmer/component';
288-
import { computed } from '@ember/object';
289288
import { inject as service } from '@ember/service';
290289

291290
export default class LocationIndicatorComponent extends Component {

0 commit comments

Comments
 (0)