diff --git a/projects/common/src/fm/common.module.ts b/projects/common/src/fm/common.module.ts index 3097b6d..20fe774 100644 --- a/projects/common/src/fm/common.module.ts +++ b/projects/common/src/fm/common.module.ts @@ -108,7 +108,8 @@ export { IColor, IGradientstop, BackButtonComponent, - AvatarComponent + AvatarComponent, + EditImageModalComponent }; @NgModule({ @@ -173,7 +174,8 @@ export { GradientSelectComponent, BackButtonComponent, ThumbnailComponent, - AvatarComponent + AvatarComponent, + EditImageModalComponent ] }) export class AppCommonModule {