Added event emitters and fixed document deletion

This commit is contained in:
Jori Lallo
2017-08-03 16:48:07 +03:00
parent 0851cf3fc2
commit ad44c67a46
9 changed files with 65 additions and 12 deletions

View File

@ -0,0 +1,3 @@
// @flow
import BaseStore from 'stores/BaseStore';
export default BaseStore;