Skip to content

Commit

Permalink
fix(chips): Remove unused import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477326361
  • Loading branch information
dfreedm authored and copybara-github committed Sep 28, 2022
1 parent e9bff47 commit e65ebd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chips/action/lib/delete-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*/

import {html, TemplateResult} from 'lit';
import {property} from 'lit/decorators.js';
import {ClassInfo, classMap} from 'lit/directives/class-map.js';
import {ifDefined} from 'lit/directives/if-defined.js';

import {Action} from './action.js';
import {Md3ChipActionEventType} from './events.js';

Expand Down

0 comments on commit e65ebd8

Please sign in to comment.