We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f0407 commit 646a24eCopy full SHA for 646a24e
src/components/App.js
@@ -9,7 +9,7 @@ class AppComponent extends React.Component {
9
10
render() {
11
return (
12
- <div className="index" styleName="index" onClick={this.handleClick.bind(this)}>
+ <div className="index" styleName="index">
13
<img src={yeomanImage} alt="Yeoman Generator" />
14
<div className="notice">
15
Please edit <code>src/components/App.js</code> to get started!
0 commit comments