Themed object-list.component.

This commit is contained in:
Peter Wolfersberger
2022-07-06 19:21:18 +02:00
parent 24943b9b09
commit 48c3fd24ed
7 changed files with 232 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ import {
import {
CommunityPageSubCollectionListComponent
} from './app/community-page/sub-collection-list/community-page-sub-collection-list.component';
import { ObjectListComponent } from './app/shared/object-list/object-list.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -159,6 +160,7 @@ const DECLARATIONS = [
AdminSidebarComponent,
SearchSettingsComponent
ComcolPageBrowseByComponent,
ObjectListComponent,
];
@NgModule({