diff --git a/src/Components/ContactCard.js b/src/Components/ContactCard.js
index c3b7772ea6208d90be7467caf9d5398fd9f5e3b3..94bb3611a41ff9f466b35fe346533eba8b54ea2c 100644
--- a/src/Components/ContactCard.js
+++ b/src/Components/ContactCard.js
@@ -27,7 +27,6 @@ import FollowButton from './ContactButtons/FollowButton.js'
 import FollowingButton from './ContactButtons/FollowingButton.js'
 import FollowersCountButton from './ContactButtons/FollowersCountButton.js'
 import { Link } from 'react-router-dom';
-import Skeleton from '@material-ui/lab/Skeleton';
 
 export default function ImgMediaCard(props) {
 
diff --git a/src/Pages/Search.js b/src/Pages/Search.js
index 08ec64902232a1ead3a656f624fd4d26b730b49b..b40642f261d310222a8af1d7fac3d2107fbf78b5 100644
--- a/src/Pages/Search.js
+++ b/src/Pages/Search.js
@@ -41,7 +41,6 @@ import RecursoVazio from '../img/Pagina_vazia_Sem_publicar.png'
 let order = "review_average";
 let currFilter = "";
 let currOption;
-let colecaoVazia = [];
 
 export default function Search(props) {
     const { state, dispatch } = useContext(Store);