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

@ -11,7 +11,7 @@ import AppRouter from './router'
import { userInit } from './actions'
import { history } from './router/history'
const store = configureStore(undefined, history)
const store = configureStore(undefined)
window.__APP_STORE__ = store