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

Dashboard

Please select your coin

You will gain access to recieving & sending selected coin

Dashboard
); } export default connect(null, null)(Dashboard);