Skip to content

Commit cfaa17f

Browse files
committed
fix lint
1 parent e3f2df8 commit cfaa17f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/chips/chip-row.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import {takeUntil} from 'rxjs/operators';
2323
import {MatChip, MatChipEvent} from './chip';
2424
import {MatChipAction} from './chip-action';
2525
import {MatChipEditInput} from './chip-edit-input';
26-
import {MatChipEdit} from './chip-icons';
27-
import {MAT_CHIP, MAT_CHIP_EDIT} from './tokens';
26+
import {MAT_CHIP} from './tokens';
2827

2928
/** Represents an event fired on an individual `mat-chip` when it is edited. */
3029
export interface MatChipEditedEvent extends MatChipEvent {

0 commit comments

Comments
 (0)