110889: Added search form to the community & collection pages

This commit is contained in:
Alexandre Vryghem
2024-02-15 21:55:33 +01:00
parent e23c1f7b5d
commit 0e2630d729
10 changed files with 78 additions and 16 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 { SearchModule } from '../search/search.module';
import { ComcolSearchSectionComponent } from './sections/comcol-search-section/comcol-search-section.component';
const COMPONENTS = [
@@ -47,6 +48,7 @@ const COMPONENTS = [
SharedModule,
UploadModule,
BrowseByModule,
SearchModule,
],
exports: [
...COMPONENTS,