We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4bb13 commit fe0ec98Copy full SHA for fe0ec98
controllers.js
@@ -0,0 +1,4 @@
1
+import { ContextConsumer } from './consumer.js'
2
+import { ContextProvider } from './provider.js'
3
+
4
+export { ContextConsumer, ContextProvider }
0 commit comments