creation of Footer component

This commit is contained in:
2025-10-24 12:27:10 +02:00
parent 55957a0ded
commit 2349a241aa
5 changed files with 62 additions and 4 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
import styles from "./HomePage.module.css"
function HomePage(){
return (
<div>
<h1 className={styles.title}>Accueil</h1>
</div>
)
}