Skip to content

Commit

Permalink
Removed className on App
Browse files Browse the repository at this point in the history
  • Loading branch information
idlefingers committed Nov 29, 2017
1 parent 1ac688e commit 7b860c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class App extends React.Component {

render() {
return (
<div className="App">
<div>
Find me in src/app.js!
</div>
)
Expand Down

0 comments on commit 7b860c5

Please sign in to comment.