Create history.tsx

This commit is contained in:
Justin Edmund 2020-09-25 03:38:28 -07:00
parent 3e4a39253d
commit 1cb7509299

2
src/utils/history.tsx Normal file
View file

@ -0,0 +1,2 @@
import { createBrowserHistory } from 'history'
export default createBrowserHistory();