Update remaining assets and code, add webber

This commit is contained in:
Angelos Chalaris
2019-08-13 14:22:41 +03:00
parent 91acf51cf7
commit 902fea8b1e
106 changed files with 3025 additions and 6159 deletions

4
src/docs/state/index.js Normal file
View File

@ -0,0 +1,4 @@
import { combineReducers } from 'redux';
import app from './app';
export default combineReducers({ app });