Commit 07fee045 authored by Moody Salem's avatar Moody Salem

Lint error

parent 5a9b7a38
...@@ -3,7 +3,7 @@ import { JSBI, Token, TokenAmount, WETH } from '@uniswap/sdk' ...@@ -3,7 +3,7 @@ import { JSBI, Token, TokenAmount, WETH } from '@uniswap/sdk'
import { useEffect, useMemo } from 'react' import { useEffect, useMemo } from 'react'
import { useDispatch, useSelector } from 'react-redux' import { useDispatch, useSelector } from 'react-redux'
import { useAllTokens } from '../../hooks/Tokens' import { useAllTokens } from '../../hooks/Tokens'
import { usePrevious, useWeb3React } from '../../hooks' import { useWeb3React } from '../../hooks'
import { isAddress } from '../../utils' import { isAddress } from '../../utils'
import { AppDispatch, AppState } from '../index' import { AppDispatch, AppState } from '../index'
import { import {
......
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