mirror of
https://github.com/mizanxali/uno-online
synced 2025-12-06 18:23:27 +00:00
Changed folder structure
This commit is contained in:
13
client/src/components/Homepage.js
Normal file
13
client/src/components/Homepage.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
|
||||
const Homepage = () => {
|
||||
return (
|
||||
<div className='Homepage'>
|
||||
<h1>UNO</h1>
|
||||
<Link to='/play'><button>START GAME</button></Link>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Homepage
|
||||
Reference in New Issue
Block a user