Working view of a LocalProvider

This commit is contained in:
Bel Curcio
2021-06-11 13:50:37 -03:00
parent 6de60ce29c
commit 4784daad80
5 changed files with 213 additions and 11 deletions

View File

@@ -8,6 +8,10 @@ export const handler: SWRHook<any> = {
},
async fetcher({ input, options, fetch }) {},
useHook: () => () => {
return {}
return {
data: {
products: [],
},
}
},
}