mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
finish redux feature parity
This commit is contained in:
parent
f5220aa6dc
commit
5510d5a1c4
29 changed files with 220 additions and 100 deletions
|
@ -5,9 +5,11 @@ import { connect } from 'react-redux'
|
|||
import Servers from '../components/servers'
|
||||
import OauthCallback from '../components/oauth-callback'
|
||||
import OauthFlow from '../components/oauth-flow'
|
||||
import { withRouter } from 'react-router';
|
||||
|
||||
const aaa = (props) => (<div>{ JSON.stringify(props) }</div>)
|
||||
|
||||
@withRouter
|
||||
@connect(({ appState }) => ({ ready: appState.ready }))
|
||||
export default class AppRouter extends Component {
|
||||
render () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue