Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushiee committed Aug 22, 2021
1 parent 946d638 commit e919e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/List/FeatureCards.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit e919e48

Please sign in to comment.