/* @flow */ 'use strict'; import React from 'react'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; export const DeviceSettings = () => { return (

Device settings is under construction

Please use Bitcoin wallet interface to change your device settings

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