Skip to content

Commit 6dfcb48

Browse files
authored
Update README.md
1 parent 9a02d2e commit 6dfcb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ app.js (react-router v6)
186186
```javascript
187187
import React, { Component } from "react";
188188
import { Provider } from "react-redux";
189-
import { HistoryRouter as Router } from "redux-first-history/rr6";
189+
import { HistoryRouter as Router } from "react-router-dom";
190190
import { store, history } from "./store";
191191

192192
const App = () => (

0 commit comments

Comments
 (0)