fix the profile page component in the custom theme

This commit is contained in:
Art Lowel
2021-09-06 11:23:46 +02:00
parent 4292af4294
commit f35f671dc3
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ import { ThemedProfilePageComponent } from './themed-profile-page.component';
SharedModule
],
exports: [
ProfilePageSecurityFormComponent
ProfilePageSecurityFormComponent,
ProfilePageMetadataFormComponent
],
declarations: [
ProfilePageComponent,