App Component

The main component that defines the routes for the application.

Example usage:

<App />

Returns

JSX.Element - Rendered App component.

Routes

  • /: Renders the SignInSide component.

  • /login: Renders the SignInSide component.

  • /signup: Renders the SignUpSide component.

  • /dashboard: Renders the Dashboard component.

  • /results: Renders the TrainingResultsPage component.

  • /models: Renders the ModelsOverviewPage component.