Add footer

This commit is contained in:
2026-05-03 19:41:14 +02:00
parent c3f4c95150
commit ab5005f7df
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const Footer = () => {
return <footer className="w-full mt-8"></footer>;
};
export default Footer;