Skip to content

Commit

Permalink
docs: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Mar 18, 2020
1 parent b382f28 commit 6b1ad58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/history.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 6b1ad58

Please sign in to comment.