mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
chore: modernize deps
This commit is contained in:
parent
b1ccf1e425
commit
36af7ac8f2
17 changed files with 20495 additions and 15406 deletions
|
@ -17,8 +17,7 @@ const store = configureStore(undefined, history)
|
|||
|
||||
window.__APP_STORE__ = store
|
||||
|
||||
@DragDropContext(HTML5Backend)
|
||||
class App extends Component {
|
||||
class _App extends Component {
|
||||
componentWillMount() {
|
||||
store.dispatch(userInit)
|
||||
}
|
||||
|
@ -36,4 +35,4 @@ class App extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default App
|
||||
export default DragDropContext(HTML5Backend)(_App)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue