step7 start

This commit is contained in:
Micah Godbolt
2019-02-23 11:44:48 -08:00
parent 0e32d960be
commit 92ee8b020f
9 changed files with 246 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ export class TodoHeader extends React.Component<any, any> {
}
render() {
const { filter } = this.props;
return (
<header>
<h1>todos</h1>