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
|
@ -2,7 +2,6 @@ import React, { Component } from 'react'
|
|||
import { connect } from 'react-redux'
|
||||
import superagent from 'superagent'
|
||||
|
||||
@connect()
|
||||
class OauthCallback extends Component {
|
||||
state = {
|
||||
notReady: true,
|
||||
|
@ -29,4 +28,4 @@ class OauthCallback extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default OauthCallback
|
||||
export default connect(OauthCallback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue