Skip to content

Commit

Permalink
Update FilteredTodoList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavKapytsia authored Dec 11, 2024
1 parent 8f599b3 commit 09e1094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/FilteredTodoList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCallback } from 'react';
import { TodoInterface } from '../../types/todo';
import { TodoInterface } from '../../types/Todo';
import cn from 'classnames';
import { Filter } from '../../types/filter';

Expand Down

0 comments on commit 09e1094

Please sign in to comment.