first template, material ui, navigation

This commit is contained in:
2021-01-06 08:51:58 +01:00
commit 649bf84f1e
55 changed files with 28527 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import React from 'react'
const Projects = () => {
return (
<div>
Projects ...in progress
</div>
)
}
export default Projects