Format files

This commit is contained in:
goncy
2021-09-15 16:57:21 -03:00
parent a29fe7af2b
commit 4e878cb418
25 changed files with 115 additions and 52 deletions

View File

@@ -8,5 +8,8 @@ export const handler: MutationHook<any> = {
query: '',
},
async fetcher({ input, options, fetch }) {},
useHook: ({ fetch }) => () => async () => ({})
useHook:
({ fetch }) =>
() =>
async () => ({}),
}