diff --git a/src/components/todoList/TodoList.tsx b/src/components/todoList/TodoList.tsx index 784feab35..b4626e26a 100644 --- a/src/components/todoList/TodoList.tsx +++ b/src/components/todoList/TodoList.tsx @@ -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[];