AppProvider
Function: AppProvider()
[object Object]
Defined in: context/AppContext.tsx:49
Global State Provider that wraps the application.
This provider manages high-level state that needs to be accessed across various routes and component trees, such as the current member's profile and specific group identifiers used for filtering or context-aware logic.
Parameters
props
The component properties.
children
[object Object]
The component tree that will have access to the context.
Returns
[object Object]