remove unused 'first' imports

This commit is contained in:
Art Lowel
2019-01-17 13:53:34 +01:00
parent f51ac8086d
commit e387f9446f
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { filter, first, map, take } from 'rxjs/operators';
import { filter, map, take } from 'rxjs/operators';
import {
AfterViewInit,
ChangeDetectionStrategy,