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

This commit is contained in:
Patrick
2023-04-03 11:32:02 -04:00
committed by GitHub
parent 7f87c4f2c8
commit d06ab92994
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"medusa-react": patch
---
fix(react): export product-categories store hooks

View File

@@ -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/"

View File

@@ -0,0 +1 @@
export * from "./queries"