98422: Themed ItemStatusComponent and EditBitstreamPageComponent

This commit is contained in:
Kristof De Langhe
2023-01-11 14:18:20 +01:00
parent e4f483c308
commit c3d71cbdd6
12 changed files with 88 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ import { BitstreamPageRoutingModule } from './bitstream-page-routing.module';
import { BitstreamAuthorizationsComponent } from './bitstream-authorizations/bitstream-authorizations.component';
import { FormModule } from '../shared/form/form.module';
import { ResourcePoliciesModule } from '../shared/resource-policies/resource-policies.module';
import { ThemedEditBitstreamPageComponent } from './edit-bitstream-page/themed-edit-bitstream-page.component';
/**
* This module handles all components that are necessary for Bitstream related pages
@@ -20,7 +21,8 @@ import { ResourcePoliciesModule } from '../shared/resource-policies/resource-pol
],
declarations: [
BitstreamAuthorizationsComponent,
EditBitstreamPageComponent
EditBitstreamPageComponent,
ThemedEditBitstreamPageComponent,
]
})
export class BitstreamPageModule {