Saving and fetching of documents

This commit is contained in:
Jori Lallo
2016-05-19 20:46:34 -07:00
parent 58e588a6fd
commit 4430a3129e
14 changed files with 332 additions and 16 deletions

View File

@@ -1,12 +1,14 @@
import { combineReducers } from 'redux';
import atlases from './atlases';
import document from './document';
import team from './team';
import editor from './editor';
import user from './user';
export default combineReducers({
atlases,
document,
team,
editor,
user,