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
@@ -1,6 +1,11 @@
import React from 'react';
export class TodoHeader extends React.Component<any, any> {
constructor(props) {
super(props);
this.state = { labelInput: '' };
}
render() {
const { filter } = this.props;