mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
/*
|
|
* Public API Surface of product-image
|
|
*/
|
|
|
|
export * from './lib/product-image.service';
|
|
export * from './lib/product-image.module';
|
|
export * from './lib/product-image.pipe';
|
|
export * from './lib/tokens';
|