pull/284/merge
Thom 7 months ago committed by GitHub
commit c4ddb98263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -112,7 +112,7 @@ import ReactDOM from 'react-dom'
class Header extends React.Component {
constructor(props) {
super(props)
// the code inside the constructor run before any other code
// the code inside the constructor runs before any other code
}
render() {
return (

Loading…
Cancel
Save