Spaces:
Running
Running
| import TextToSpeech from '../components/TextToSpeech'; | |
| function TextToSpeechPage() { | |
| return <TextToSpeech />; | |
| } | |
| export default TextToSpeechPage; | |
| import TextToSpeech from '../components/TextToSpeech'; | |
| function TextToSpeechPage() { | |
| return <TextToSpeech />; | |
| } | |
| export default TextToSpeechPage; | |