Renamed Collection/Community shared components

This commit is contained in:
Christian Scheible
2017-06-13 15:41:38 +02:00
parent 90840d949b
commit ac7b2775e4
21 changed files with 47 additions and 79 deletions

View File

@@ -6,7 +6,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 { CommunityPageSubCollectionListComponent } from './sub-collection-list/community-page-sub-collection-list.component';
import { CommunityPageRoutingModule } from './community-page-routing.module';
@@ -20,7 +19,6 @@ import { CommunityPageRoutingModule } from './community-page-routing.module';
],
declarations: [
CommunityPageComponent,
FieldWrapperComponent,
CommunityPageSubCollectionListComponent,
]
})