FunctionProject/frontend/components/Footer/Footer.js

7 lines
110 B
JavaScript
Raw Normal View History

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