Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests

This commit is contained in:
Alisa Ismailati
2024-01-17 16:02:21 +01:00
502 changed files with 15981 additions and 5169 deletions

View File

@@ -156,6 +156,9 @@ import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/
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 {UserMenuComponent} from './app/shared/auth-nav-menu/user-menu/user-menu.component';
import { BrowseByComponent } from './app/shared/browse-by/browse-by.component';
import { RegisterEmailFormComponent } from './app/register-email-form/register-email-form.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -239,6 +242,9 @@ const DECLARATIONS = [
SubmissionSectionUploadFileComponent,
ItemStatusComponent,
EditBitstreamPageComponent,
UserMenuComponent,
BrowseByComponent,
RegisterEmailFormComponent,
];
@NgModule({