Clear the import
This commit is contained in:
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…
x
Reference in New Issue
Block a user