mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Refactored collection/community logo and name as shared components.
This commit is contained in:
@@ -7,8 +7,6 @@ import { TranslateModule } from "@ngx-translate/core";
|
||||
import { SharedModule } from '../shared/shared.module';
|
||||
import { CommunityPageComponent } from './community-page.component';
|
||||
import { FieldWrapperComponent } from './field-wrapper/field-wrapper.component';
|
||||
import { CommunityPageNameComponent } from './name/community-page-name.component';
|
||||
import { CommunityPageLogoComponent } from './logo/community-page-logo.component';
|
||||
import { CommunityPageSubCollectionListComponent } from './sub-collection-list/community-page-sub-collection-list.component';
|
||||
import { CommunityPageRoutingModule } from './community-page-routing.module';
|
||||
|
||||
@@ -23,8 +21,6 @@ import { CommunityPageRoutingModule } from './community-page-routing.module';
|
||||
declarations: [
|
||||
CommunityPageComponent,
|
||||
FieldWrapperComponent,
|
||||
CommunityPageNameComponent,
|
||||
CommunityPageLogoComponent,
|
||||
CommunityPageSubCollectionListComponent,
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user