Clear the import
parent
c65e946f09
commit
fbfa04a2b7
|
@ -1,5 +1,5 @@
|
||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import PokemonCard, { PokemonCardProps } from 'components/PokemonCard';
|
import PokemonCard from 'components/PokemonCard';
|
||||||
import Loading from 'components/Loading';
|
import Loading from 'components/Loading';
|
||||||
|
|
||||||
import { useAppSelector, useAppDispatch } from 'app/hooks';
|
import { useAppSelector, useAppDispatch } from 'app/hooks';
|
||||||
|
|
Loading…
Reference in New Issue