acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 200 forks source link

Example imports Provider but never uses it #222

Closed aweary closed 8 years ago

aweary commented 8 years ago

In the example in the README, there is a import { Provider } from 'react-redux'; statement at the top, but Provider isn't actually used anywhere in the example.

Scarysize commented 8 years ago

@Aweary Thanks for pointing this out :+1: