mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Working view of a LocalProvider
This commit is contained in:
@@ -8,6 +8,10 @@ export const handler: SWRHook<any> = {
|
||||
},
|
||||
async fetcher({ input, options, fetch }) {},
|
||||
useHook: () => () => {
|
||||
return {}
|
||||
return {
|
||||
data: {
|
||||
products: [],
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user