diff --git a/src/App.jsx b/src/App.jsx index f286f3f..4260090 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,6 +8,7 @@ import Footer from './Components/Footer/Footer'; import About from './Pages/About'; import { ThemeContext } from '@emotion/react'; import AiServices from './Pages/AiServices'; +import SpeechToText from './Pages/SpeechToText'; const App = () => { const [isDarkMode, setIsDarkMode] = useState(true); @@ -26,6 +27,8 @@ const App = () => { } /> } /> } /> + } /> + } /> Not Found} />