redux-first-history
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "redux-first-history", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter", | ||
@@ -5,0 +5,0 @@ "main": "build/es5/index.js", |
@@ -189,3 +189,3 @@ # redux-first-history | ||
import { Provider } from "react-redux"; | ||
import { HistoryRouter as Router } from "redux-first-history/rr6"; | ||
import { HistoryRouter as Router } from "react-router-dom"; | ||
import { store, history } from "./store"; | ||
@@ -192,0 +192,0 @@ |
82999
52
1188