From bafcffd66eaa7fbf8ecf97cfb4949ccc84901477 Mon Sep 17 00:00:00 2001 From: Mykola Melnichuk Date: Mon, 24 Feb 2025 18:41:21 +0100 Subject: [PATCH] made solution --- src/components/TodoHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (