ajout de tout le folder

This commit is contained in:
Medenos
2022-09-27 15:52:15 -04:00
parent d976e6419d
commit b14ebac2f1
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import React from "react";
const Footer = () => {
return (
<>
<br />
footer
</>
);
}
export default Footer;