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.
2 parents ca787e7 + b01cadc commit 5c1a89aCopy full SHA for 5c1a89a
3-flux/src/js/pages/Todos.js
@@ -5,7 +5,7 @@ import * as TodoActions from "../actions/TodoActions";
5
import TodoStore from "../stores/TodoStore";
6
7
8
-export default class Featured extends React.Component {
+export default class Todos extends React.Component {
9
constructor() {
10
super();
11
this.getTodos = this.getTodos.bind(this);
0 commit comments