Step 8: combine reducers

This commit is contained in:
Ken
2019-02-17 18:12:26 -08:00
parent eb620843b9
commit 279a43fb35
16 changed files with 394 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import { FilterTypes } from '../store';
interface TodoHeaderProps {
addTodo: (label: string) => void;
setFilter: (filter: FilterTypes) => void;
filter: string;
filter: FilterTypes;
}
interface TodoHeaderState {