mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix send import path in customize gas modal
This commit is contained in:
parent
040b8c59c4
commit
d38405fb0e
@ -1,7 +1,7 @@
|
||||
import React, { Component } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import GasModalCard from '../../customize-gas-modal/gas-modal-card'
|
||||
import { MIN_GAS_PRICE_GWEI } from '../../send_/send.constants'
|
||||
import { MIN_GAS_PRICE_GWEI } from '../../send/send.constants'
|
||||
|
||||
import {
|
||||
getDecimalGasLimit,
|
||||
|
Loading…
Reference in New Issue
Block a user