basic bootstrap and fa stuff

This commit is contained in:
Medenos
2022-09-27 16:31:44 -04:00
parent b14ebac2f1
commit e21d9a90ca
9 changed files with 63 additions and 5 deletions

View File

@@ -3,10 +3,9 @@ import React from "react";
const Footer = () => {
return (
<>
<br />
footer
</>
<footer>
Footer
</footer>
);
}