Commit bfde34c7 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

refactor: moves retry helper to subfolder (#6531)

parent bd8113d0
......@@ -6,7 +6,8 @@ import ms from 'ms.macro'
import { useCallback, useEffect } from 'react'
import { useTransactionRemover } from 'state/transactions/hooks'
import { TransactionDetails } from 'state/transactions/types'
import { retry, RetryableError, RetryOptions } from 'utils/retry'
import { retry, RetryableError, RetryOptions } from './retry'
interface Transaction {
addedTime: number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment