Initialization of the 7 sections

This commit is contained in:
2025-08-18 20:29:18 +02:00
parent d1cdba01f0
commit cdad5d9289
6 changed files with 66 additions and 29 deletions
+10
View File
@@ -0,0 +1,10 @@
function Projects() {
return (
<section id="projects-section">
<h1>Projects</h1>
</section>
)
}
export default Projects