From e919e48556401888e7c4be850c800fece162214b Mon Sep 17 00:00:00 2001 From: Ayushi Date: Sun, 22 Aug 2021 20:24:15 +0530 Subject: [PATCH] fix: minor --- components/List/FeatureCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/List/FeatureCards.tsx b/components/List/FeatureCards.tsx index 2a83a56..9151e7e 100644 --- a/components/List/FeatureCards.tsx +++ b/components/List/FeatureCards.tsx @@ -1,5 +1,5 @@ /* eslint-disable @next/next/no-img-element */ -import { useEffect, useState } from 'react'; +import { useState } from 'react'; import styles from '../../styles/Cards.module.scss'; import { Genre, Media } from '../../types'; import { Add, Play, Down, Like, Dislike } from '../../utils/icons';