Skip to content

Commit d839c6b

Browse files
authored
Update README.md
1 parent 25d0e4f commit d839c6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
```jsx
1717

1818
import React from 'react';
19-
import { withContextConsumer } from 'react-with-multiple-contexts';
2019
import { ContextA, ContextB, ContextC } from './contexts';
2120

2221
export class ComponentProvider extends React.Class {
@@ -40,7 +39,6 @@ export class ComponentProvider extends React.Class {
4039
```jsx
4140

4241
import React from 'react';
43-
import { withContextConsumer } from 'react-with-multiple-contexts';
4442
import { ContextA, ContextB, ContextC } from './contexts';
4543

4644
export class ComponentConsumer extends React.Class {

0 commit comments

Comments
 (0)