updated step 7

This commit is contained in:
Micah Godbolt
2019-02-23 12:05:46 -08:00
parent 92ee8b020f
commit 46442bd71f
3 changed files with 28 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import { Todos, FilterTypes } from './TodoApp.types';
let index = 0;
export class TodoApp extends React.Component<any, { todos: Todos; filter: FilterTypes }> {
export class TodoApp extends React.Component<{}, { todos: Todos; filter: FilterTypes }> {
constructor(props) {
super(props);
this.state = {