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