mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
step7 start
This commit is contained in:
@@ -7,6 +7,7 @@ export class TodoHeader extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { filter } = this.props;
|
||||
return (
|
||||
<header>
|
||||
<h1>todos</h1>
|
||||
|
||||
Reference in New Issue
Block a user