mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
110889: Replaced recently added component with search comcol section
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user