110889: Replaced recently added component with search comcol section

This commit is contained in:
Alexandre Vryghem
2024-02-15 21:00:06 +01:00
parent bae48007b3
commit e23c1f7b5d
11 changed files with 37 additions and 160 deletions

View File

@@ -18,6 +18,7 @@ import { FormModule } from '../form/form.module';
import { UploadModule } from '../upload/upload.module';
import { ComcolBrowseByComponent } from './sections/comcol-browse-by/comcol-browse-by.component';
import { BrowseByModule } from '../../browse-by/browse-by.module';
import { ComcolSearchSectionComponent } from './sections/comcol-search-section/comcol-search-section.component';
const COMPONENTS = [
ComcolPageContentComponent,
@@ -33,6 +34,7 @@ const COMPONENTS = [
ComcolRoleComponent,
ThemedComcolPageHandleComponent,
ComcolBrowseByComponent,
ComcolSearchSectionComponent,
];
@NgModule({