mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 02:29:10 +00:00
chore: fix dockerfile more
This commit is contained in:
parent
f6b54eb196
commit
dc390937b8
13 changed files with 216 additions and 162 deletions
|
@ -1,3 +1,3 @@
|
|||
import createHistory from 'history/createBrowserHistory'
|
||||
|
||||
export const history = createHistory()
|
||||
export const history = createHistory()
|
||||
|
|
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue