Normalizing more operations

This commit is contained in:
Belen Curcio
2021-01-10 16:21:09 -03:00
parent ac58e4a351
commit def1cf0778
3 changed files with 5 additions and 1 deletions

View File

@@ -1,2 +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'