1
0

98422: Themed component import fixes

This commit is contained in:
Kristof De Langhe
2023-01-11 14:49:21 +01:00
parent c3d71cbdd6
commit de7fcb30da
3 changed files with 7 additions and 3 deletions

View File

@@ -85,7 +85,8 @@ import { ThemedItemStatusComponent } from './item-status/themed-item-status.comp
ObjectValuesPipe
],
exports: [
ItemMetadataComponent
ItemMetadataComponent,
ItemOperationComponent,
]
})
export class EditItemPageModule {