Updated getProduct operation

This commit is contained in:
Luis Alvarez
2021-05-24 18:39:07 -05:00
parent be5d47bac3
commit a106629964
8 changed files with 147 additions and 152 deletions

View File

@@ -1,4 +1,2 @@
export { default as usePrice } from './use-price'
export { default as useSearch } from './use-search'
export { default as getProduct } from './get-product'
export { default as getAllProducts } from '../api/operations/get-all-products'