remove unused 'first' imports

This commit is contained in:
Art Lowel
2019-01-10 13:14:20 +01:00
parent 532cd4d717
commit 0b164b33b9
12 changed files with 9 additions and 14 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';