10 lines
147 B
React
10 lines
147 B
React
function Footer() {
|
|
return (
|
|
<section id="footer-section">
|
|
<p>Footer</p>
|
|
</section>
|
|
)
|
|
}
|
|
|
|
|
|
export default Footer |