Solutionunvalidated
The app's root `layout.tsx` would be the most optimal place to import it — accessible in the whole the components tree. Tension: that way it is accessible in the whole the components tree. Outcome: import it once at the top-level of the app.
8eaaaf9f-6965-4742-af4d-3cc3701063d6
The app's root layout.tsx would be the most optimal place to import it — accessible in the whole the components tree. Tension: that way it is accessible in the whole the components tree. Outcome: import it once at the top-level of the app.