renamed file

This commit is contained in:
Ievgen Dilevskyi
2021-07-14 15:24:17 -06:00
parent b5e5613055
commit 1ec786402e
@@ -0,0 +1,5 @@
import { Account } from '../../types'
import { useGet } from '../util/useGet'
export const useAccounts = (userId: string) =>
useGet<Account[]>(`/users/${userId}/accounts`)