import React from 'react'; import { Routes, Route } from 'react-router-dom'; import Navbar from './components/Navbar'; import Footer from './components/Footer'; import Home from './pages/Home'; import Dashboard from './pages/Dashboard'; import AnalysisPage from './pages/Analysis'; import Signup from './pages/Signup'; import Login from './pages/Login'; import ForgotPassword from './pages/ForgotPassword'; import ResetPassword from './pages/ResetPassword'; import TrainYourModel from './pages/TrainYourModel'; // ... // ... // Placeholder components for other routes const About = () =>
About Page (Coming Soon)
; const Contact = () =>
Contact Page (Coming Soon)
; function App() { return ( <> } /> } /> } /> } /> } /> } /> } /> } /> } /> } />