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

Your device is in firmware update mode

Please re-connect it

); export default connect(null, null)(Bootloader);