//react imports import React from 'react'; import ReactDOM from 'react-dom'; import {Router, Route, IndexRoute} from 'react-router'; //redux imports import {bindActionCreators} from 'redux'; import {connect, Provider} from 'react-redux'; import store, {history} from './redux/store'; //import actions import * as actions from './redux/actions'; import Index from './pages/Index'; class Main extends React.Component{ render(){ return(