We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a02d2e commit 6dfcb48Copy full SHA for 6dfcb48
README.md
@@ -186,7 +186,7 @@ app.js (react-router v6)
186
```javascript
187
import React, { Component } from "react";
188
import { Provider } from "react-redux";
189
-import { HistoryRouter as Router } from "redux-first-history/rr6";
+import { HistoryRouter as Router } from "react-router-dom";
190
import { store, history } from "./store";
191
192
const App = () => (
0 commit comments