color changes, client, realization time
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
import useSWR from 'swr'
|
||||
|
||||
export const fetcher = (...args) => fetch(...args).then(res => res.json()) // @ts-ignore
|
||||
// @ts-expect-error ignore ...args type
|
||||
export const fetcher = (...args) => fetch(...args).then(res => res.json())
|
||||
|
||||
|
||||
export function useUser (id: number) {
|
||||
|
Reference in New Issue
Block a user