#1076 Remove Unused rxjs operator imports

This commit is contained in:
Sebastian
2020-09-23 23:54:24 +02:00
parent f866db3097
commit 90d17ef359

View File

@@ -1,13 +1,6 @@
import { Injectable } from '@angular/core';
import { Observable, of } from 'rxjs';
import {
map,
switchMap,
filter,
tap,
shareReplay,
startWith,
} from 'rxjs/operators';
import { map, switchMap, filter } from 'rxjs/operators';
import { LocationService } from './location-service';
import { RemissionOverlayService } from '../../modules/remission/services';
import { Select } from '@ngxs/store';