fix(link-modules): move readonly link to readonly directory (#7446)

This commit is contained in:
Shahed Nasser
2024-05-24 16:32:25 +03:00
committed by GitHub
parent fff1b3ef9c
commit 7390821da5
3 changed files with 1 additions and 1 deletions
@@ -3,7 +3,6 @@ export * from "./cart-promotion"
export * from "./fulfillment-set-location"
export * from "./order-payment-collection"
export * from "./order-promotion"
export * from "./order-region"
export * from "./product-sales-channel"
export * from "./product-variant-inventory-item"
export * from "./product-variant-price-set"
@@ -6,5 +6,6 @@ export * from "./inventory-level-stock-location"
export * from "./line-item-adjustment-promotion"
export * from "./order-customer"
export * from "./order-product"
export * from "./order-region"
export * from "./order-sales-channel"
export * from "./store-default-currency"