Removed unnecessary InfoDialogProps

develop
Jason Zhu 2023-05-18 23:01:46 +10:00
parent 800cecbefc
commit bc9ab24c33
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ import { useAppDispatch, useAppSelector } from 'app/hooks';
import InfoDialogComponent from 'components/InfoDialogComponent'; import InfoDialogComponent from 'components/InfoDialogComponent';
import { setCloseDialog } from './infoDialogSlice'; import { setCloseDialog } from './infoDialogSlice';
export interface InfoDialogProps {
open: boolean;
pokemonId: string | number;
}
const InfoDialog = () => { const InfoDialog = () => {
const dispatch = useAppDispatch(); const dispatch = useAppDispatch();