Skip to content

Commit fe0ec98

Browse files
author
Luiz
committed
Add controllers.js file
1 parent ad4bb13 commit fe0ec98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

controllers.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { ContextConsumer } from './consumer.js'
2+
import { ContextProvider } from './provider.js'
3+
4+
export { ContextConsumer, ContextProvider }

0 commit comments

Comments
 (0)