/* @flow */ import { H2 } from 'components/common/Heading'; import React from 'react'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; const Initialize = () => (

Your device is in not initialized

Please use Bitcoin wallet interface to start initialization process

Take me to the Bitcoin wallet
); export default connect(null, null)(Initialize);