From 42a4a86e3471cc3c8f0f00f70551c8310b59fedf Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Mon, 15 May 2023 19:10:22 +1000 Subject: [PATCH] Fix import in InfoDialog component so storybook can render successfully --- src/features/InfoDialog/InfoDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {