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

@@ -3,4 +3,9 @@ import Team from './Team';
import Atlas from './Atlas';
import Document from './Document';
export { User, Team, Atlas, Document };
export {
User,
Team,
Atlas,
Document,
};