diff --git a/src/utils/history.tsx b/src/utils/history.tsx new file mode 100644 index 00000000..60b12740 --- /dev/null +++ b/src/utils/history.tsx @@ -0,0 +1,2 @@ +import { createBrowserHistory } from 'history' +export default createBrowserHistory(); \ No newline at end of file