navigation done only animations left to do for it

This commit is contained in:
yousifpa98
2024-12-20 02:40:46 +01:00
parent 54df568dc6
commit bf6591e4e1
19 changed files with 144 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react'
const Projects = () => {
return (
<div>Projects</div>
)
}
export default Projects