Fix LGTM issue

This commit is contained in:
Yana De Pauw
2022-03-14 17:21:34 +01:00
parent 0016348c47
commit 90e469ee16

View File

@@ -1,4 +1,4 @@
import { map, switchMap } from 'rxjs/operators';
import { map } from 'rxjs/operators';
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';
import { ActivatedRoute, Router } from '@angular/router';