creation of Footer component
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import styles from "./HomePage.module.css"
|
||||
|
||||
|
||||
function HomePage(){
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1 className={styles.title}>Accueil</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user