diff --git a/src/features/InfoDialog/InfoDialog.tsx b/src/features/InfoDialog/InfoDialog.tsx index 4bd309a..006f82a 100644 --- a/src/features/InfoDialog/InfoDialog.tsx +++ b/src/features/InfoDialog/InfoDialog.tsx @@ -1,7 +1,7 @@ import { Dialog, DialogContent, Tooltip, Zoom } from '@mui/material'; import { findPokeTypeAsset } from 'components/PokemonTypes'; -import { colorTypeGradients } from 'components/PokemonCard/utils'; +import { colorTypeGradients } from 'components/utils'; import GenderRate from 'components/GenderRate'; export interface InfoDialogProps {