7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
export default function Footer() {
|
|
return (
|
|
<footer>
|
|
Footer
|
|
</footer>
|
|
);
|
|
} |