Skip to content

Commit aa2b98c

Browse files
committed
Remove unnecessary import.
1 parent 7115e89 commit aa2b98c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/slide-toggle/slide-toggle.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import {
77
Input,
88
Output,
99
EventEmitter,
10-
AfterContentInit,
11-
ViewChild
10+
AfterContentInit
1211
} from '@angular/core';
1312
import {
1413
ControlValueAccessor,

0 commit comments

Comments
 (0)