Skip to content

Commit cb1172a

Browse files
committed
feat(context): export modules
- export ComponentIdProvider - export ComponentIdConsumer
1 parent d899d63 commit cb1172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as ComponentIdContext } from './ComponentIdContext'
1+
export { default as ComponentIdContext, ComponentIdProvider, ComponentIdConsumer } from './ComponentIdContext'

0 commit comments

Comments
 (0)