first commt
This commit is contained in:
11
resources/js/pages/Home.tsx
Normal file
11
resources/js/pages/Home.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react"
|
||||
import {Link} from "react-router-dom";
|
||||
|
||||
const Home = () => {
|
||||
|
||||
return <div>Home <Link to="/connexion">Connexion</Link>
|
||||
<Link to="/sinscrire">S'inscrire</Link>
|
||||
</div>
|
||||
}
|
||||
|
||||
export default Home
|
||||
Reference in New Issue
Block a user