9 lines
No EOL
112 B
JavaScript
Executable file
9 lines
No EOL
112 B
JavaScript
Executable file
//components/Footer.js
|
|
|
|
const Footer = () => (
|
|
<footer>
|
|
Blah
|
|
</footer>
|
|
)
|
|
|
|
export default Footer; |