import { Account } from '../../types' import { useGet } from '../util/useGet' export const useAccounts = () => useGet(`/accounts/`)