Module: App

Root application component for the Auto Suggestion Quiz app. Handles top-level routing between Login, Dashboard, and Problem pages.

Source:

Methods

(inner) App() → {JSX.Element}

Main App component. Manages page navigation and shared state for the current user and selected problem.

Source:
Returns:

The currently active page component.

Type
JSX.Element