Update SpeechSynthesis.tsx

This commit is contained in:
bsu3338 2023-09-03 22:13:20 -05:00 committed by GitHub
parent d95fa19539
commit c5ce576fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import { useState, useEffect } from 'react';
//import { useState, useEffect } from 'react';
function useSpeechSynthesis() {
//const [isSpeechEnabled, setIsSpeechEnabled] = useState(false);