diff --git a/src/history.js b/src/history.js index a33464f..cb77ed5 100644 --- a/src/history.js +++ b/src/history.js @@ -1,3 +1,5 @@ +// Dependency warning says to use: require("history").createBrowserHistory +// But doesn't explain how to do this for import.` import createHistory from 'history/createBrowserHistory'; const history = createHistory();