DocumentsStore WIP

This commit is contained in:
Tom Moor
2017-06-27 20:59:53 -07:00
parent f8a715dcef
commit 72fd39b494
8 changed files with 125 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
// @flow
import { observable, action, computed } from 'mobx';
import type { Document } from 'types';
import Document from 'models/Document';
import Collection from 'models/Collection';
class UiStore {