Export image editor
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2021-03-02 09:35:39 +01:00
parent 855bd8fe2d
commit 33adb35923
1 changed files with 4 additions and 2 deletions

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 {