Skip to content

Commit 646a24e

Browse files
committed
Added backup compat for 1.x (styles global folder)
1 parent 83f0407 commit 646a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AppComponent extends React.Component {
99

1010
render() {
1111
return (
12-
<div className="index" styleName="index" onClick={this.handleClick.bind(this)}>
12+
<div className="index" styleName="index">
1313
<img src={yeomanImage} alt="Yeoman Generator" />
1414
<div className="notice">
1515
Please edit <code>src/components/App.js</code> to get started!

0 commit comments

Comments
 (0)