Context Provider component that initializes and manages the local state for the catalog.
This should ideally wrap the root layout or the specific section of the app that needs menu access.
Parameters
props: {children:ReactNode}
The component properties.
children: ReactNode
The child components that will inherit this context.
Context Provider component that initializes and manages the local state for the catalog. This should ideally wrap the root layout or the specific section of the app that needs menu access.