This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/frontend/components/Footer/Footer.js

7 lines
110 B
JavaScript
Raw Normal View History

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