Skip to content

Commit

Permalink
ci: removes non-required imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Dec 18, 2024
1 parent ae543ae commit a756216
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion addon/components/paper-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*/
import Focusable from './-focusable';
import { action } from '@ember/object';
import { assert } from '@ember/debug';

/**
* @class PaperButton
Expand Down
1 change: 0 additions & 1 deletion addon/components/paper-radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*/
import PaperRadioBase from './paper-radio-base';
import { action } from '@ember/object';
import { assert } from '@ember/debug';

/**
* @class PaperRadio
Expand Down
1 change: 0 additions & 1 deletion addon/components/paper-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Focusable from './-focusable';
import { tracked } from '@glimmer/tracking';
import { action } from '@ember/object';
import { htmlSafe } from '@ember/template';
import { assert } from '@ember/debug';

/**
* @class PaperTab
Expand Down

0 comments on commit a756216

Please sign in to comment.