diff --git a/src/features/InfoDialog/InfoDialog.tsx b/src/features/InfoDialog/InfoDialog.tsx index f88f758..536f083 100644 --- a/src/features/InfoDialog/InfoDialog.tsx +++ b/src/features/InfoDialog/InfoDialog.tsx @@ -3,11 +3,6 @@ import { useAppDispatch, useAppSelector } from 'app/hooks'; import InfoDialogComponent from 'components/InfoDialogComponent'; import { setCloseDialog } from './infoDialogSlice'; -export interface InfoDialogProps { - open: boolean; - pokemonId: string | number; -} - const InfoDialog = () => { const dispatch = useAppDispatch();