fix history console warning (#2789)

This commit is contained in:
Bartholomew 2019-10-23 13:58:54 +01:00 committed by Erez Rokah
parent d38d4665c4
commit f3e58e6be2

View File

@ -1,5 +1,5 @@
import createHistory from 'history/createHashHistory'; import { createHashHistory } from 'history';
let history = createHistory(); let history = createHashHistory();
export default history; export default history;