fix(medusa-react): export product-categories store hooks (#3689)
This commit is contained in:
5
.changeset/clever-bobcats-clean.md
Normal file
5
.changeset/clever-bobcats-clean.md
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user