Root application component for the Auto Suggestion Quiz app. Handles top-level routing between Login, Dashboard, and Problem pages.
Methods
(inner) App() → {JSX.Element}
Main App component. Manages page navigation and shared state for the current user and selected problem.
Returns:
The currently active page component.
- Type
- JSX.Element