This commit is contained in:
fred 2025-07-17 09:17:10 -07:00
parent 3510cf28a9
commit 6ad2d6d7d3
9 changed files with 26 additions and 71 deletions

View file

@ -0,0 +1,13 @@
function About() {
return (
<div className="about page-outer">
<div>
Hello World
</div>
</div>
)
}
export default About