chore: fix dockerfile more

This commit is contained in:
Katie Thornhill 2019-11-20 01:03:16 -05:00
parent f6b54eb196
commit dc390937b8
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
13 changed files with 216 additions and 162 deletions

View file

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

View file

@ -50,4 +50,6 @@ class _AppRouter extends Component {
}
}
export default withRouter(connect(({ appState, user }) => ({ ready: appState.ready, user }))(_AppRouter))
export default withRouter(
connect(({ appState, user }) => ({ ready: appState.ready, user }))(_AppRouter)
)