6 lines
106 B
JavaScript
Raw Normal View History

2019-10-23 13:58:54 +01:00
import { createHashHistory } from 'history';
2016-07-15 15:05:04 -03:00
2019-10-23 13:58:54 +01:00
let history = createHashHistory();
2016-07-15 15:05:04 -03:00
export default history;