...
|
...
|
@@ -15,9 +15,7 @@ import {bindActionCreators} from 'redux'; |
|
|
import {connect} from 'react-redux';
|
|
|
import {Map} from 'immutable';
|
|
|
import * as studentActions from '../reducers/student/studentActions';
|
|
|
import Student from '../components/student/Student';
|
|
|
import Register from '../components/student/Register';
|
|
|
// import Result from '../components/student/Result';
|
|
|
|
|
|
const actions = [
|
|
|
studentActions,
|
...
|
...
|
|