diff --git a/src/router.js b/src/router.js index 85bbe78..a4ab751 100644 --- a/src/router.js +++ b/src/router.js @@ -20,7 +20,7 @@ ******************************************************************************/ import React, { Component } from 'react'; -import { Router, Route, hashHistory } from 'react-router'; +import { Router, Route, browserHistory } from 'react-router'; import App from './containers/app'; import Home from './containers/home'; @@ -37,7 +37,7 @@ import Logout from './containers/logout'; class Root extends Component { render() { return ( - +