ajout de CRUD total pour toute les routes
This commit is contained in:
parent
fec74d9f83
commit
da45beba93
5 changed files with 166 additions and 25 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue