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,5 +1,5 @@
import { Observable } from 'rxjs';
import { filter, find, first, flatMap, map, tap } from 'rxjs/operators';
import { filter, find, flatMap, map, tap } from 'rxjs/operators';
import { hasValue, hasValueOperator, isNotEmpty } from '../../shared/empty.util';
import { DSOSuccessResponse, RestResponse } from '../cache/response.models';
import { RemoteData } from '../data/remote-data';