Fix import in InfoDialog component so storybook can render successfully
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…
Reference in New Issue