import React, { Component } from 'react' import { connect } from 'react-redux' import { Heading, InlineForm } from 'rebass' import { Link } from 'react-router' class HomePage extends Component { play = (e) => { e.preventDefault() if (this._username !== undefined) { this.props.chooseUsername(this._username) } } render() { return (