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