diff --git a/src/features/Pokedex/Pokedex.tsx b/src/features/Pokedex/Pokedex.tsx index efb95b9..6bbdc83 100644 --- a/src/features/Pokedex/Pokedex.tsx +++ b/src/features/Pokedex/Pokedex.tsx @@ -1,5 +1,5 @@ import React, { useEffect } from 'react'; -import PokemonCard, { PokemonCardProps } from 'components/PokemonCard'; +import PokemonCard from 'components/PokemonCard'; import Loading from 'components/Loading'; import { useAppSelector, useAppDispatch } from 'app/hooks';