Commit bcf480e7 authored by Paul Razvan Berg's avatar Paul Razvan Berg Committed by Noah Zinsmeister

Import useWeb3React from the hooks folder (#522)

parent 7d9ff637
import React from 'react' import React from 'react'
import styled from 'styled-components' import styled from 'styled-components'
import { useWeb3React } from '@web3-react/core' import { useWeb3React } from '../../hooks'
import { isMobile } from 'react-device-detect' import { isMobile } from 'react-device-detect'
import Copy from './Copy' import Copy from './Copy'
import Transaction from './Transaction' import Transaction from './Transaction'
......
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