import { Link } from 'react-router-dom'; function HomeDashboard() { return (

Welcome to the Speech Services Dashboard

Text to Speech Speech to Text
); } export default HomeDashboard;