Created
December 5, 2017 01:34
-
-
Save rafaellucio/8af3e3642053bbbf5d4535d9e0b3b240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Provider } from 'react-redux'; | |
| ... | |
| const App = () => ( | |
| <Provider> | |
| <CounterContainer /> | |
| </Provider> | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment