1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-06 10:13:27 +00:00

Refactoring

This commit is contained in:
Mizanali Panjwani
2021-02-12 16:01:40 +05:30
parent 663e979e31
commit 8e0294a1e2
3 changed files with 101 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import { connect } from 'react-redux'
const Homepage = (props) => {
return (
<div>
<div className='Homepage'>
<h1>Homepage</h1>
<Link to='/play'><button onClick={props.onStartGame}>START GAME</button></Link>
</div>