Added more views and atlas APIs

This commit is contained in:
Jori Lallo
2016-05-07 11:52:08 -07:00
parent 84ba65f72a
commit cbe9c0b6ee
22 changed files with 397 additions and 27 deletions

View File

@@ -106,6 +106,7 @@ const text = (state = textDefaultState, action) => {
import team from './team';
import user from './user';
import atlases from './atlases';
export default combineReducers({
activeEditors,
@@ -113,4 +114,5 @@ export default combineReducers({
text,
user,
team,
atlases,
});