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

@@ -5,7 +5,6 @@ import { TranslateModule } from "@ngx-translate/core";
import { SharedModule } from '../shared/shared.module';
import { CollectionPageComponent } from './collection-page.component';
import { FieldWrapperComponent } from './field-wrapper/field-wrapper.component';
import { CollectionPageRoutingModule } from './collection-page-routing.module';
@NgModule({
@@ -17,7 +16,6 @@ import { CollectionPageRoutingModule } from './collection-page-routing.module';
],
declarations: [
CollectionPageComponent,
FieldWrapperComponent,
]
})
export class CollectionPageModule { }