ocr / src /pages /TextToSpeechPage.jsx
ariansyahdedy's picture
Initial commit with clean Git repository
4fb0c68
raw
history blame contribute delete
149 Bytes
import TextToSpeech from '../components/TextToSpeech';
function TextToSpeechPage() {
return <TextToSpeech />;
}
export default TextToSpeechPage;