Skip to content

Commit

Permalink
Update TodoList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavKapytsia authored Dec 11, 2024
1 parent 09e1094 commit a192aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/todoList/TodoList.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable jsx-a11y/control-has-associated-label */
/* eslint-disable jsx-a11y/label-has-associated-control */
import { TodoInterface } from '../../types/todo';
import { Todo } from '../todo/todo';
import { TodoInterface } from '../../types/Todo';
import { Todo } from '../todo/Todo';

interface Props {
filteredTodos: TodoInterface[];
Expand Down

0 comments on commit a192aa6

Please sign in to comment.