Initialization of the 7 sections
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
function Footer() {
|
||||
return (
|
||||
<section id="footer-section">
|
||||
<p>Footer</p>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
export default Footer
|
||||
Reference in New Issue
Block a user