Code styling changes
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { Link } from "react-router-dom"
|
||||
import { Link } from 'react-router-dom'
|
||||
|
||||
function UserPage() {
|
||||
/* TODO */
|
||||
|
||||
return <h1>For Yet Go <Link to="/">Home</Link></h1>
|
||||
return <h1>For Yet Go <Link to='/'>Home</Link></h1>
|
||||
}
|
||||
|
||||
export default UserPage
|
||||
|
Reference in New Issue
Block a user