Update dependencies and add blog
This commit is contained in:
parent
477b6e4dc7
commit
7a8fb3449d
22 changed files with 948 additions and 332 deletions
|
|
@ -3,7 +3,7 @@ import { render } from 'inferno'
|
|||
import { Provider } from 'inferno-redux';
|
||||
import { applyMiddleware, createStore, combineReducers } from 'redux';
|
||||
|
||||
import { langReducer, themeReducer } from './reducers';
|
||||
import { blogReducer, langReducer, themeReducer } from './reducers';
|
||||
import { fetchLang } from './actions'
|
||||
|
||||
import Main from './main.jsx'
|
||||
|
|
@ -33,7 +33,8 @@ export const init_app = () => {
|
|||
|
||||
const reducers = combineReducers({
|
||||
theme: themeReducer,
|
||||
lang: langReducer
|
||||
lang: langReducer,
|
||||
blog: blogReducer
|
||||
})
|
||||
|
||||
const store = createStore(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue