Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 3, 2023
1 parent 570ab21 commit e3af4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gathering/tests/pages/nav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PageObject, { clickable, visitable } from 'ember-cli-page-object';
import PageObject from 'ember-cli-page-object';

export default PageObject.create({
scope: '[data-test-nav]',
Expand Down

0 comments on commit e3af4b8

Please sign in to comment.