[DURACOM-191] change routing for community-page, delete community-page.module.ts

This commit is contained in:
Andrea Barbasso
2024-01-10 11:18:45 +01:00
parent 1145c01ba9
commit 4d5d1ec6fb
9 changed files with 178 additions and 279 deletions

View File

@@ -25,7 +25,6 @@ import { ItemPageModule } from '../../app/item-page/item-page.module';
import { RouterModule } from '@angular/router';
import { InfoModule } from '../../app/info/info.module';
import { StatisticsPageModule } from '../../app/statistics-page/statistics-page.module';
import { CommunityPageModule } from '../../app/community-page/community-page.module';
import { CollectionPageModule } from '../../app/collection-page/collection-page.module';
import { SubmissionModule } from '../../app/submission/submission.module';
import { MyDSpacePageModule } from '../../app/my-dspace-page/my-dspace-page.module';
@@ -54,7 +53,6 @@ const DECLARATIONS = [
CollectionPageModule,
CommonModule,
CommunityFormModule,
CommunityPageModule,
DragDropModule,
ItemSharedModule,
ItemPageModule,