More on routing

This commit is contained in:
Tom Raithel
2017-02-20 22:51:30 +01:00
parent 00b31d8414
commit 517df35b94
9 changed files with 70 additions and 18 deletions

View File

@@ -4,10 +4,7 @@ import { createStore } from 'redux';
import { Provider } from 'react-redux';
import App from './components/App';
const appReducer = (state = {}, action) => {
return state;
}
import appReducer from './reducer';
export const renderPage = (radar, pageName) => {
// Create a new Redux store instance