Fix import in InfoDialog component so storybook can render successfully
This commit is contained in:
parent
987fbbaa79
commit
42a4a86e34
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user