App
This is the root component of the application. It sets up the main layout and routing, and wraps the application in necessary context providers.
Functions¶
App()¶
Defined in: src/App.tsx:28
The main application component.
It renders the navigation menu and sets up the routes for the different pages.
It also wraps the entire application in the PlayerProvider
to make the player's
state globally accessible and persistent across navigation.
Returns¶
Element
The main application component.