Created
November 11, 2020 23:53
-
-
Save blogcacanid/e87cd5ec077448cd38cf7723b31e9cbe to your computer and use it in GitHub Desktop.
history.js Authentication JWT React JS Lumen 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { createBrowserHistory } from "history"; | |
export const history = createBrowserHistory(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment