Where Do I Put Providers In SolidStart?
In a SolidJS project you name your providers in index.tsx by wrapping the <App /> component.
How would I do the same thing in SolidStart?
Thanks,
Chris
render(() => (
<Router>
<FirebaseAuthProvider>
<App />
</FirebaseAuthProvider>
</Router>), root!);
How would I do the same thing in SolidStart?
Thanks,
Chris
