Skip to content

Commit

Permalink
made solution
Browse files Browse the repository at this point in the history
  • Loading branch information
futdevelop committed Feb 23, 2025
1 parent a93f0a4 commit e58019c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TodoHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { Todo } from '../type';
type TodoHeaderProps = {};

export const TodoHeader: React.FC<TodoHeaderProps> = () => {
const { todos, setTodos } = useContext(TodoContext);
// const { todos, setTodos } = useContext(TodoContext);

console.log(todos)

return (
<header className="todoapp__header">
Expand Down

0 comments on commit e58019c

Please sign in to comment.