diff --git a/src/components/TodoHeader.tsx b/src/components/TodoHeader.tsx index e515e575e..c829247b2 100644 --- a/src/components/TodoHeader.tsx +++ b/src/components/TodoHeader.tsx @@ -5,7 +5,7 @@ import { Todo } from '../type'; type TodoHeaderProps = {}; export const TodoHeader: React.FC = () => { - // const { todos, setTodos } = useContext(TodoContext); + // const { todos, setTodos } = useContext(TodoContext);wdw return (