renamed file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Account } from '../../types'
|
||||
import { useGet } from '../util/useGet'
|
||||
|
||||
export const useAccounts = (userId: string) =>
|
||||
useGet<Account[]>(`/users/${userId}/accounts`)
|
||||
Reference in New Issue
Block a user