Skip to content

Commit

Permalink
Add function import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Aguero committed Aug 30, 2018
1 parent 84fb022 commit 83b7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stepFour/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { PreventRefresh } from '../Common/PreventRefresh'
import cancelDeploy from '../../utils/cancelDeploy'
import PropTypes from 'prop-types'
import logdown from 'logdown'
import { checkNetWorkByID } from '../../utils/blockchainHelpers'
import { checkNetWorkByID, getNetworkVersion } from '../../utils/blockchainHelpers'
import { CrowdsaleConfig } from '../Common/config'
import { ButtonContinue } from '../Common/ButtonContinue'
import classNames from 'classnames'
Expand Down

0 comments on commit 83b7d70

Please sign in to comment.