Create site that returns the word "about"
This commit is contained in:
parent
2a4e8b9259
commit
1593b33ae2
|
@ -0,0 +1,3 @@
|
||||||
|
export function About ( props ) {
|
||||||
|
return ( <h1>About</h1>)
|
||||||
|
}
|
Loading…
Reference in New Issue