really stopping

This commit is contained in:
Tommy Parnell
2018-11-03 08:17:07 -04:00
parent cb50a0eeed
commit d5173dc34f
40 changed files with 10024 additions and 3965 deletions

View File

@@ -5,7 +5,7 @@ import HelloWorld from './HelloWorld';
class App extends Component {
render() {
return (
<HelloWorld message="Hello React!" />
<HelloWorld />
);
}
}