fix(medusa-react): export product-categories store hooks (#3689)

This commit is contained in:
Patrick
2023-04-03 17:32:02 +02:00
committed by GitHub
parent 7f87c4f2c8
commit d06ab92994
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"medusa-react": patch
---
fix(react): export product-categories store hooks
@@ -6,6 +6,7 @@ export * from "./line-items/"
export * from "./order-edits"
export * from "./orders/"
export * from "./payment-collections"
export * from "./product-categories"
export * from "./product-tags"
export * from "./product-types/"
export * from "./products/"
@@ -0,0 +1 @@
export * from "./queries"