From 317c615b3060b56506e7460876e44e09d6f13ea6 Mon Sep 17 00:00:00 2001 From: lotte Date: Thu, 25 Aug 2022 17:12:57 +0200 Subject: [PATCH] Fixed lgtm issue --- 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 2c1844a310..79edf39096 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 { BBM_PAGINATION_ID } from '../../browse-by/browse-by-metadata-page/browse-by-metadata-page.component'; @Component({ selector: 'ds-browse-by',