File size: 149 Bytes
4fb0c68
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import TextToSpeech from '../components/TextToSpeech';

function TextToSpeechPage() {
  return <TextToSpeech />;
}

export default TextToSpeechPage;