Moved getAllProducts

This commit is contained in:
Luis Alvarez
2021-05-24 17:22:46 -05:00
parent c2a5904e01
commit be5d47bac3
11 changed files with 209 additions and 155 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 './get-product'
export { default as getAllProducts } from './get-all-products'
export { default as getAllProducts } from '../api/operations/get-all-products'