changes breaking

This commit is contained in:
Belen Curcio
2021-01-17 12:53:34 -03:00
parent 7f70cfd868
commit de0ba8cee8
33 changed files with 89 additions and 74 deletions

View File

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