UNPKG

moltres-react

Version:
12 lines (9 loc) 198 B
import { createBrowserHistory } from 'history' let history const createHistory = () => { if (!history) { history = createBrowserHistory() } return history } export default createHistory