Skip to content

Commit 5c1a89a

Browse files
authored
Merge pull request #30 from buckyinsfo/patch-1
Update Todos.js
2 parents ca787e7 + b01cadc commit 5c1a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-flux/src/js/pages/Todos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as TodoActions from "../actions/TodoActions";
55
import TodoStore from "../stores/TodoStore";
66

77

8-
export default class Featured extends React.Component {
8+
export default class Todos extends React.Component {
99
constructor() {
1010
super();
1111
this.getTodos = this.getTodos.bind(this);

0 commit comments

Comments
 (0)