mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1076 Remove Unused rxjs operator imports
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user