|
@@ -1,4 +1,3 @@
|
|
-import { createBrowserHistory } from 'history'
|
|
|
|
|
|
+import { createBrowserHistory, History } from 'history'
|
|
const createHistory = createBrowserHistory()
|
|
const createHistory = createBrowserHistory()
|
|
-
|
|
|
|
-export default createHistory
|
|
|
|
|
|
+export default createHistory as History
|