Initial commit

This commit is contained in:
2025-12-03 13:05:11 +01:00
commit 35329c2626
29 changed files with 6627 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export default function Footer() {
return (
<div className="flex justify-center py-4">
<p>© Wastpol 2022</p>
</div>
);
}