Skip to content

Commit

Permalink
fix(lint): remove unused imports on Sound component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Aug 17, 2022
1 parent eb50ef9 commit 99d4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sound/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable multiline-ternary */
import React, { useEffect, useState } from 'react'
import Image from 'next/image'
import { Howl, Howler } from 'howler'
import { Howl } from 'howler'

import { VolumeController } from '../VolumeController'
import { SoundComponent, SoundButton } from './styles'
Expand Down

0 comments on commit 99d4f04

Please sign in to comment.