88300: LGTM remove unused import

This commit is contained in:
Marie Verdonck
2022-03-17 15:25:28 +01:00
parent a79b4d1bdb
commit e19d0a0334

View File

@@ -12,7 +12,6 @@ import { ViewMode } from '../../core/shared/view-mode.model';
import { RouteService } from '../../core/services/route.service';
import { map } from 'rxjs/operators';
import { hasValue } from '../empty.util';
import { Location } from '@angular/common';
import { TranslateService } from '@ngx-translate/core';
@Component({