basic bootstrap and fa stuff
This commit is contained in:
@@ -3,10 +3,9 @@ import React from "react";
|
||||
const Footer = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<br />
|
||||
footer
|
||||
</>
|
||||
<footer>
|
||||
Footer
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user