fix(product): change export name of ProductImage (#10326)

Change export of `Image` to `ProductImage` to match the data model's name.
This commit is contained in:
Shahed Nasser
2024-11-27 19:35:06 +02:00
committed by GitHub
parent 030b0cc095
commit 2838100efc
5 changed files with 13 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import {
Product,
ProductCategory,
ProductCollection,
Image as ProductImage,
ProductImage,
ProductOption,
ProductOptionValue,
ProductTag,