Skip to content

Commit

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

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


return (
Expand Down

0 comments on commit bafcffd

Please sign in to comment.