commit
4925a8af37
21650
frontend/package-lock.json
generated
21650
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -1 +1,5 @@
|
|||
export const useTransactions = () => {}
|
||||
import { Transaction } from '../../types'
|
||||
import { useGet } from '../util/useGet'
|
||||
|
||||
export const useTransactions = (accountId: string) =>
|
||||
useGet<Transaction[]>(`/accounts/${accountId}/transactions`)
|
||||
|
|
3
package-lock.json
generated
Normal file
3
package-lock.json
generated
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"lockfileVersion": 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user