ajout de CRUD total pour toute les routes

This commit is contained in:
toine 2025-10-04 17:48:13 +02:00
parent fec74d9f83
commit da45beba93
5 changed files with 166 additions and 25 deletions

View file

@ -15,6 +15,7 @@ export default function Footer() {
return (
<footer className={isTop ? "sticky-footer" : "sticky-footer is-visible"}>
<p>© 2025 - Toine</p>
<p><small>Développé avec Python, JavaScript et React. Alimenté par Next.js.</small></p>
</footer>
);
}