From e19d0a0334450c062b4ebe19c6c5ce9d4e5cbcbc Mon Sep 17 00:00:00 2001 From: Marie Verdonck Date: Thu, 17 Mar 2022 15:25:28 +0100 Subject: [PATCH] 88300: LGTM remove unused import --- src/app/shared/browse-by/browse-by.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shared/browse-by/browse-by.component.ts b/src/app/shared/browse-by/browse-by.component.ts index 49b2c8d5c6..befdfe3c8f 100644 --- a/src/app/shared/browse-by/browse-by.component.ts +++ b/src/app/shared/browse-by/browse-by.component.ts @@ -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({