footer component

This commit is contained in:
María
2025-07-29 14:09:56 +02:00
committed by María
parent 329a7ef7c0
commit 8a92b3d1f9
14 changed files with 146 additions and 11 deletions

3
utils/dates.js Normal file
View File

@@ -0,0 +1,3 @@
export const getCurrentYear = () => {
return new Date().getFullYear().toString()
}