diff --git a/src/components/TTSControls.tsx b/src/components/TTSControls.tsx index 821335a4..814ff6a2 100644 --- a/src/components/TTSControls.tsx +++ b/src/components/TTSControls.tsx @@ -1,7 +1,7 @@ import React from 'react' import { useTextToSpeech } from '../hooks/useTextToSpeech' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faPlay, faPause, faStop, faGauge } from '@fortawesome/free-solid-svg-icons' +import { faPlay, faPause, faGauge } from '@fortawesome/free-solid-svg-icons' interface Props { text: string @@ -53,16 +53,6 @@ const TTSControls: React.FC = ({ text, defaultLang, className }) => { {playLabel} -