fix history console warning (#2789)
This commit is contained in:
parent
d38d4665c4
commit
f3e58e6be2
@ -1,5 +1,5 @@
|
||||
import createHistory from 'history/createHashHistory';
|
||||
import { createHashHistory } from 'history';
|
||||
|
||||
let history = createHistory();
|
||||
let history = createHashHistory();
|
||||
|
||||
export default history;
|
||||
|
Loading…
x
Reference in New Issue
Block a user