Export image editor
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2021-03-02 09:35:39 +01:00
parent 855bd8fe2d
commit 33adb35923

View File

@ -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 {