Alex Krolick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
content/home/examples/an-application.js
|
|
@ -16,8 +16,6 @@ class TodoApp extends React.Component { |
|
|
|
What needs to be done? |
|
|
|
</label> |
|
|
|
<input |
|
|
|
aria-label="Add a new to-do item" |
|
|
|
placeholder="Add a to-do..." |
|
|
|
id="new-todo" |
|
|
|
onChange={this.handleChange} |
|
|
|
value={this.state.text} |
|
|
|