import { Transaction } from '../../types' import { useGet } from '../util/useGet' export const useTransactions = () => useGet(`/transactions/`)