2019-06-20 16:59:25 -04:00

8 lines
145 B
JavaScript

import React from 'react'
function About(props) {
// props are passed from App as {...this.state}
return "we'r here"
}
export default About