Working local

This commit is contained in:
Bel Curcio
2021-06-11 12:01:51 -03:00
parent 23b69ec442
commit 6de60ce29c
35 changed files with 11125 additions and 15938 deletions

View File

@@ -1,13 +1,2 @@
import { useCallback } from 'react'
export function emptyHook() {
const useEmptyHook = async (options = {}) => {
return useCallback(async function () {
return Promise.resolve()
}, [])
}
return useEmptyHook
}
export default emptyHook
export * from '@commerce/product/use-price'
export { default } from '@commerce/product/use-price'