From fbfa04a2b7f4a44c05376de0cd03967b5ce74164 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Sun, 4 Jun 2023 16:48:31 +1000 Subject: [PATCH] Clear the import --- src/features/Pokedex/Pokedex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';