mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
77350: wip
This commit is contained in:
@@ -5,6 +5,7 @@ import { ProfilePageRoutingModule } from './profile-page-routing.module';
|
||||
import { ProfilePageComponent } from './profile-page.component';
|
||||
import { ProfilePageMetadataFormComponent } from './profile-page-metadata-form/profile-page-metadata-form.component';
|
||||
import { ProfilePageSecurityFormComponent } from './profile-page-security-form/profile-page-security-form.component';
|
||||
import { ThemedProfilePageComponent } from './themed-profile-page.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -17,6 +18,7 @@ import { ProfilePageSecurityFormComponent } from './profile-page-security-form/p
|
||||
],
|
||||
declarations: [
|
||||
ProfilePageComponent,
|
||||
ThemedProfilePageComponent,
|
||||
ProfilePageMetadataFormComponent,
|
||||
ProfilePageSecurityFormComponent
|
||||
]
|
||||
|
Reference in New Issue
Block a user