Remove '..' in import
parent
7db1852489
commit
fa0d194b74
|
@ -3,8 +3,8 @@ import { motion } from 'framer-motion';
|
||||||
import './EvolutionSpecies.css';
|
import './EvolutionSpecies.css';
|
||||||
import { LazyLoadImage } from 'react-lazy-load-image-component';
|
import { LazyLoadImage } from 'react-lazy-load-image-component';
|
||||||
import { colorTypeGradients } from 'components/utils';
|
import { colorTypeGradients } from 'components/utils';
|
||||||
import { useAppDispatch } from '../../app/hooks';
|
import { useAppDispatch } from 'app/hooks';
|
||||||
import { fetchSelectedPokemonInfo } from '../../features/InfoDialog/infoDialogSlice';
|
import { fetchSelectedPokemonInfo } from 'features/InfoDialog/infoDialogSlice';
|
||||||
|
|
||||||
export type EvolutionSpeciesProps = {
|
export type EvolutionSpeciesProps = {
|
||||||
types: string[];
|
types: string[];
|
||||||
|
|
Loading…
Reference in New Issue