Skip to content

Commit a756216

Browse files
ci: removes non-required imports.
1 parent ae543ae commit a756216

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

addon/components/paper-button.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44
import Focusable from './-focusable';
55
import { action } from '@ember/object';
6-
import { assert } from '@ember/debug';
76

87
/**
98
* @class PaperButton

addon/components/paper-radio.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44
import PaperRadioBase from './paper-radio-base';
55
import { action } from '@ember/object';
6-
import { assert } from '@ember/debug';
76

87
/**
98
* @class PaperRadio

addon/components/paper-tab.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Focusable from './-focusable';
55
import { tracked } from '@glimmer/tracking';
66
import { action } from '@ember/object';
77
import { htmlSafe } from '@ember/template';
8-
import { assert } from '@ember/debug';
98

109
/**
1110
* @class PaperTab

0 commit comments

Comments
 (0)