Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artanik authored Feb 2, 2019
1 parent 25d0e4f commit d839c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
```jsx

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

export class ComponentProvider extends React.Class {
Expand All @@ -40,7 +39,6 @@ export class ComponentProvider extends React.Class {
```jsx

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

export class ComponentConsumer extends React.Class {
Expand Down

0 comments on commit d839c6b

Please sign in to comment.