FunctionProject/frontend/components/Footer/Footer.js
2020-03-18 16:26:18 +01:00

7 lines
110 B
JavaScript

export default function Footer() {
return (
<footer>
Footer
</footer>
);
}