From 81830bb7970adbef2a269469e7017a48117ce38f Mon Sep 17 00:00:00 2001 From: Peter Wolfersberger Date: Thu, 29 Sep 2022 11:48:59 +0200 Subject: [PATCH] Fixed comma in lazy-theme.module.ts --- src/themes/custom/lazy-theme.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/custom/lazy-theme.module.ts b/src/themes/custom/lazy-theme.module.ts index dc6190f851..d2ac0ae787 100644 --- a/src/themes/custom/lazy-theme.module.ts +++ b/src/themes/custom/lazy-theme.module.ts @@ -162,7 +162,7 @@ const DECLARATIONS = [ LoadingComponent, SearchResultsComponent, AdminSidebarComponent, - SearchSettingsComponent + SearchSettingsComponent, ComcolPageBrowseByComponent, ObjectListComponent, BrowseByMetadataPageComponent,