Changes to image sort

This commit is contained in:
2025-10-29 09:35:25 +01:00
parent a404f9b2d3
commit 8882449588
10 changed files with 2125 additions and 1370 deletions

View File

@ -1,5 +1,5 @@
export default function Footer() {
return (
<div>Footer</div>
<div>© 2025 by gaertan.art | All rights reserved</div>
);
}