[DURACOM-191] merge fixes

This commit is contained in:
Andrea Barbasso
2024-03-04 16:30:46 +01:00
parent 914ca68ca2
commit 5a57035b61
20 changed files with 106 additions and 56 deletions

View File

@@ -164,7 +164,6 @@ import {
import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/item-status.component';
import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component';
import { FormModule } from '../../app/shared/form/form.module';
import { RequestCopyModule } from 'src/app/request-copy/request-copy.module';
import { NotificationsModule } from '../../app/notifications/notifications.module';
import { UserMenuComponent } from './app/shared/auth-nav-menu/user-menu/user-menu.component';
import { BrowseByComponent } from './app/shared/browse-by/browse-by.component';
@@ -296,13 +295,9 @@ const DECLARATIONS = [
SystemWideAlertModule,
NgxGalleryModule,
FormModule,
RequestCopyModule,
NotificationsModule,
...DECLARATIONS
],
exports: [
CommunityPageSubCollectionListComponent
]
})
/**