import React from 'react'; import { H2 } from '~/js/components/common/Heading'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; export const DeviceSettings = () => (

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);