diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:53:22 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:53:22 +0800 |
commit | d21d408d6429e645fda8b9dfcddbe22b7a44f8ca (patch) | |
tree | 53c268ebf360d7740e0be9cd04bee3e811792a96 /ui/app/components/pages | |
parent | 30258328587a8942c21fce609b7949d093cd594f (diff) | |
parent | 2f4698c130331db20a27576cb1c521c8ca5106e3 (diff) | |
download | tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.gz tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.zst tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.zip |
Merge branch 'develop' of github.com:MetaMask/metamask-extension into initial-trezor-support
Diffstat (limited to 'ui/app/components/pages')
-rw-r--r-- | ui/app/components/pages/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/home.js b/ui/app/components/pages/home.js index 86bd32c8a..38aa02dae 100644 --- a/ui/app/components/pages/home.js +++ b/ui/app/components/pages/home.js @@ -1,6 +1,6 @@ const { Component } = require('react') +const { connect } = require('react-redux') const PropTypes = require('prop-types') -const connect = require('../../metamask-connect') const { Redirect, withRouter } = require('react-router-dom') const { compose } = require('recompose') const h = require('react-hyperscript') |