chore: remove react-redux-router

This commit is contained in:
Katie Thornhill 2019-11-20 00:21:47 -05:00
parent 77f81dc8b6
commit 86c31126e8
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
6 changed files with 6 additions and 16 deletions

3
UI/src/router/history.js Normal file
View file

@ -0,0 +1,3 @@
import createHistory from 'history/createBrowserHistory'
export const history = createHistory()