File size: 105 Bytes
1e92f2d |
1 2 3 4 5 |
// @flow
import { createBrowserHistory } from 'history';
export const history = createBrowserHistory();
|
1e92f2d |
1 2 3 4 5 |
// @flow
import { createBrowserHistory } from 'history';
export const history = createBrowserHistory();
|